diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-27 18:07:49 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-27 18:07:49 -0500 |
commit | ea7b7f2d0b2feee86cc208174a5ce7c51d337cbd (patch) | |
tree | 213c4b34c5d4880cd5c52050f029474d7368c106 /admin/index.php | |
parent | 70465f472f51efc0d5111b2a747a8833ca9b1af7 (diff) | |
download | bayonetcms-ea7b7f2d0b2feee86cc208174a5ce7c51d337cbd.tar.gz |
Adding files previously not added to the SVN
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@479 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/index.php b/admin/index.php index 8801978..da8e92d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -19,10 +19,10 @@ session_start(); -include '../includes/debug.php'; -include '../includes/config.php'; -include '../includes/sql.class.php'; -include '../includes/functions.php'; +include '../include/debug.php'; +include '../include/config.php'; +include '../include/sql.class.php'; +include '../include/functions.php'; $db = new Bayonet_SQL(); $db->Connect( |