From 23419d117bf6db266ce2fc4b7e8d14e96b788f9b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 5 Jan 2013 01:28:07 +0400 Subject: modify includes to init session before translations are applied --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4d4048906..36d87558f 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,8 @@ set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR . get_include_path()); - require_once "functions.php"; require_once "sessions.php"; + require_once "functions.php"; require_once "sanity_check.php"; require_once "version.php"; require_once "config.php"; -- cgit v1.2.3-54-g00ecf