From d27a3784c81f0c582e43655509e806978b7e65e4 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 3 Jun 2009 09:36:05 -0400 Subject: Allowed admin user to use site during maintenance --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index bea38b7..53edd33 100755 --- a/index.php +++ b/index.php @@ -25,8 +25,8 @@ header('X-Pingback: http://fourisland.com/xmlrpc.php'); include('../security/config.php'); include('includes/db.php'); include('includes/template.php'); -include('includes/maintenance.php'); include('includes/session.php'); +include('includes/maintenance.php'); include('includes/parsers.php'); include('includes/xmlrpc/xmlrpc.inc'); include('includes/specialdates.php'); -- cgit 1.4.1