aboutsummaryrefslogtreecommitdiff
path: root/admin/newsreel
diff options
context:
space:
mode:
authorEvan O'Connell <oconn.e@gmail.com>2013-08-18 18:29:07 -0400
committerEvan O'Connell <oconn.e@gmail.com>2013-08-18 18:29:07 -0400
commitf472c60b18469ff8a06963708174dea1bfc08015 (patch)
tree77c886ff7a2b38e4c4297935ad46e4b7c8f19e6c /admin/newsreel
parente7dab48469ac779d639fff7e221c7b5a23ded148 (diff)
downloadbayonetcms-f472c60b18469ff8a06963708174dea1bfc08015.tar.gz
Adds untracked changes
Diffstat (limited to 'admin/newsreel')
-rw-r--r--admin/newsreel/updateDB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/newsreel/updateDB.php b/admin/newsreel/updateDB.php
index 0e5efda..09516d0 100644
--- a/admin/newsreel/updateDB.php
+++ b/admin/newsreel/updateDB.php
@@ -5,7 +5,7 @@ $dirname = "/path/to/bayonet/here";
define('BAYONET_ROOT', $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';