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 --- public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public.php') 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"; -- cgit v1.2.3