aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-22 20:58:08 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-22 20:58:08 -0500
commit6c42f30a0424cbf1c1af63f21d7f5074a4653c7a (patch)
tree9c892117e219e532951e6761a5211cfc22711fda /index.php
parent61148024a245a7bd3cdc9f978791b510cde40961 (diff)
downloadbayonetcms-6c42f30a0424cbf1c1af63f21d7f5074a4653c7a.tar.gz
(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
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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';