aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
author3rd Infantry Division <thirdid@3rd-infantry-division.org>2011-04-18 16:49:00 -0400
committer3rd Infantry Division <thirdid@3rd-infantry-division.org>2011-04-18 16:49:00 -0400
commit68a96f115d176376d45abbcf3ed6f6877a277ce0 (patch)
tree2820f9d463b5edc36dfdf35f0b0a8459cc555433 /admin
parent8bb15e5e9332ed6be5a45c9005cd89fc27a0dbc5 (diff)
downloadbayonetcms-68a96f115d176376d45abbcf3ed6f6877a277ce0.tar.gz
Modified some files for public consumption
Diffstat (limited to 'admin')
-rw-r--r--admin/newsreel/updateDB.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/newsreel/updateDB.php b/admin/newsreel/updateDB.php
index cd1a311..0e5efda 100644
--- a/admin/newsreel/updateDB.php
+++ b/admin/newsreel/updateDB.php
@@ -1,7 +1,7 @@
<?php
//basename(dirname('.'))
-$dirname = "/home/thirdid/3rd-infantry-division.org";
+$dirname = "/path/to/bayonet/here";
define('BAYONET_ROOT', $dirname);
define('BAYONET_INCLUDE', BAYONET_ROOT . '/include');
@@ -46,4 +46,4 @@ else{
}
date_default_timezone_set("America/New_York");
echo " Updated at ".date("g:i:s a", time());
-?> \ No newline at end of file
+?>