aboutsummaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 18:29:11 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 18:29:11 -0500
commitbe071aeb7565e46c670a6d9486a1f1b8a06971ab (patch)
tree67a80c2fbea8c20c9ea74c5276378ca50a94e4f5 /admin/index.php
parent3af9846d4ecc1e0274833740fd21012afe9ef51f (diff)
downloadbayonetcms-be071aeb7565e46c670a6d9486a1f1b8a06971ab.tar.gz
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
Diffstat (limited to 'admin/index.php')
-rw-r--r--admin/index.php2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
- session_start();
+session_start();
include '../includes/debug.php';
include '../includes/config.php';