From f472c60b18469ff8a06963708174dea1bfc08015 Mon Sep 17 00:00:00 2001 From: Evan O'Connell Date: Sun, 18 Aug 2013 18:29:07 -0400 Subject: Adds untracked changes --- index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index a811ba4..2cc98bf 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ */ define('BAYONET_ROOT', basename(dirname('.'))); define('BAYONET_INCLUDE', BAYONET_ROOT . '/include'); -define('BAYONET_CONFIG', BAYONET_ROOT . '/include/config.ini'); +define('BAYONET_CONFIG', BAYONET_ROOT . '/include/config.php'); require BAYONET_INCLUDE . '/debug.php'; require BAYONET_INCLUDE . '/sql.class.php'; @@ -31,6 +31,3 @@ require_once BAYONET_INCLUDE . '/classes.php'; /* Initialize Bayonet CMS */ Bayonet::init(); - - -?> -- cgit