From be071aeb7565e46c670a6d9486a1f1b8a06971ab Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Sun, 20 Dec 2009 23:29:11 +0000 Subject: Bug fix to modules.php. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@381 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/index.php') diff --git a/admin/index.php b/admin/index.php index 665f125..06f68d9 100644 --- a/admin/index.php +++ b/admin/index.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ - session_start(); +session_start(); include '../includes/debug.php'; include '../includes/config.php'; -- cgit