diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
| commit | 171655b0cc004f7b146771b7566aa2eac0ab1f6d (patch) | |
| tree | 23b4e88354fbe64eeec6afaee1425008804384aa /ajax_edit_storage.php | |
| parent | a8781a300ab16b5175ac022bf368d40f3846ff1c (diff) | |
| download | liberty-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.php | 6 |
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' ); |
