diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:24 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:24 -0500 |
| commit | cf60e573156057b257c8af54fced371aa85cc795 (patch) | |
| tree | 4dd8d31f63d1e9d2ad251ae8d9f1ae215adef733 /index.php | |
| parent | 39bd77ba279ea3fd15cff8598269c3737701548b (diff) | |
| download | quota-cf60e573156057b257c8af54fced371aa85cc795.tar.gz quota-cf60e573156057b257c8af54fced371aa85cc795.tar.bz2 quota-cf60e573156057b257c8af54fced371aa85cc795.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require_once( '../kernel/setup_inc.php' ); $gBitSystem->verifyPackage( 'quota' ); -require_once( QUOTA_PKG_PATH.'quota_inc.php' ); +require_once( QUOTA_PKG_INCLUDE_PATH.'quota_inc.php' ); $gBitSystem->display( 'bitpackage:quota/quota.tpl', 'View Quota' , array( 'display_mode' => 'display' )); ?> |
