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-10-29 22:28:04 +0400
committerVanaryon <Vanaryon@6385bf5c-453f-4a1d-ac06-b509b7c32dfb>2010-10-29 22:28:04 +0400
commit684c10eed7e39d25cd20a3fc947c78a5fcb52258 (patch)
tree675bfdc975ca631095259412f23a209659f4e1aa /index.php
parent59b636597fbdc57fa3130748159a23d07338b66a (diff)
Locales inclusion is now better.
git-svn-id: http://svn.codingteam.net/jappix/trunk@514 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 66a08ce7..301d35dc 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: 27/10/10
+Last revision: 29/10/10
*/
@@ -33,7 +33,7 @@ gzipThis();
// Include the good language file
$locale = checkLanguage();
-includeTranslation($locale, 'main', '.');
+includeTranslation($locale, 'main');
// Get the Jappix version & its hash
$version = getVersion();