diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:24 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:24 +0000 |
| commit | 5a3a3853d9b5f1a810075b1084722f6f74e864da (patch) | |
| tree | 00f4cff3ff42213efc44f542d65c89facc8a66c1 /list.php | |
| parent | c43335ab103a85d68df1e279f1e5e3ad48642d70 (diff) | |
| download | pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.tar.gz pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.tar.bz2 pigeonholes-5a3a3853d9b5f1a810075b1084722f6f74e864da.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * $Header * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.12 $ + * @version $Revision: 1.13 $ * @package pigeonholes * @subpackage functions */ @@ -11,7 +11,7 @@ /** * required setup */ -require_once("../bit_setup_inc.php"); +require_once("../kernel/setup_inc.php"); $gBitSystem->verifyPackage( 'pigeonholes' ); $gBitSystem->verifyPermission( 'p_pigeonholes_view' ); |
