From 6c42f30a0424cbf1c1af63f21d7f5074a4653c7a Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 23 Dec 2009 01:58:08 +0000 Subject: (OC) tried fixing the insert in NewAdmin(), no luck git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@394 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3687f0d..4f6d84b 100644 --- a/index.php +++ b/index.php @@ -11,8 +11,8 @@ /* Begin try/catch block */ try { -include './includes/debug.php'; include './includes/config.php'; +include './includes/debug.php'; include './includes/sql.class.php'; include './includes/functions.php'; -- cgit