summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-05 01:28:07 +0400
committerAndrew Dolgov <[email protected]>2013-01-05 01:28:07 +0400
commit23419d117bf6db266ce2fc4b7e8d14e96b788f9b (patch)
treededf61fa1bf5cded8fbd56e9d9843bddd1a73489 /public.php
parent9eac0e089312e5f2d96da92f73ae6003da62ce36 (diff)
modify includes to init session before translations are applied
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php
index 4cf7653f9..7138b3d81 100644
--- a/public.php
+++ b/public.php
@@ -17,8 +17,8 @@
$_REQUEST = array_map('stripslashes_deep', $_REQUEST);
}
- require_once "functions.php";
require_once "sessions.php";
+ require_once "functions.php";
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";