summaryrefslogtreecommitdiff
path: root/ajax_edit_storage.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
commit171655b0cc004f7b146771b7566aa2eac0ab1f6d (patch)
tree23b4e88354fbe64eeec6afaee1425008804384aa /ajax_edit_storage.php
parenta8781a300ab16b5175ac022bf368d40f3846ff1c (diff)
downloadliberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.gz
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.bz2
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'ajax_edit_storage.php')
-rw-r--r--ajax_edit_storage.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ajax_edit_storage.php b/ajax_edit_storage.php
index 9828a32..fcefd10 100644
--- a/ajax_edit_storage.php
+++ b/ajax_edit_storage.php
@@ -1,7 +1,7 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.7 2008/07/15 18:57:49 wjames5 Exp $
- * @version $Revision: 1.7 $
+ * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.8 2010/02/08 21:27:23 wjames5 Exp $
+ * @version $Revision: 1.8 $
* @package liberty
* @subpackage functions
*/
@@ -10,7 +10,7 @@
* required setup
*/
global $gContent;
-include_once( '../bit_setup_inc.php' );
+include_once( '../kernel/setup_inc.php' );
// load the content
include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );