Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanaryon <Vanaryon@6385bf5c-453f-4a1d-ac06-b509b7c32dfb>2010-11-20 00:38:23 +0300
committerVanaryon <Vanaryon@6385bf5c-453f-4a1d-ac06-b509b7c32dfb>2010-11-20 00:38:23 +0300
commit2630a2554569ff08e2a856fa216b7d0aa8fed4b0 (patch)
tree86fb42f62ae4e85299478328045a1bf819e8bcf9 /index.php
parentc9ec14404ff1386f77dba27b9a03ed2414efa294 (diff)
Deactivable get.php compression, adapted Jappix Mini roster, better micro-blog form code, sendMessage bug fixed, Jappix Location bug fixed (huge bug!), Jappix Mini links added.
git-svn-id: http://svn.codingteam.net/jappix/trunk@617 6385bf5c-453f-4a1d-ac06-b509b7c32dfb
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 254270da..fa8963aa 100644
--- a/index.php
+++ b/index.php
@@ -10,7 +10,7 @@ This is the Jappix PHP application launcher
License: AGPL
Author: Valérian Saliou
Contact: http://project.jappix.com/contact
-Last revision: 05/11/10
+Last revision: 19/11/10
*/
@@ -27,7 +27,7 @@ require_once('./php/gettext.php');
// Optimize the page rendering
hideErrors();
-gzipThis();
+compressThis();
// Include the good language file
$locale = checkLanguage();