summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:24 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:24 -0500
commitcf60e573156057b257c8af54fced371aa85cc795 (patch)
tree4dd8d31f63d1e9d2ad251ae8d9f1ae215adef733 /index.php
parent39bd77ba279ea3fd15cff8598269c3737701548b (diff)
downloadquota-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b719e62..b615853 100644
--- a/index.php
+++ b/index.php
@@ -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' ));
?>