modify includes to init session before translations are applied

This commit is contained in:
Andrew Dolgov
2013-01-05 01:28:07 +04:00
parent 9eac0e0893
commit 23419d117b
6 changed files with 133 additions and 112 deletions
+1 -1
View File
@@ -37,8 +37,8 @@
@$csrf_token = $_REQUEST['csrf_token'];
require_once "functions.php";
require_once "sessions.php";
require_once "functions.php";
require_once "config.php";
require_once "db.php";
require_once "db-prefs.php";