diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-02-13 22:02:38 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-02-13 22:02:38 -0500 |
| commit | 77ca62328e417f6c04301341185207dcc0dc83bc (patch) | |
| tree | 52da47e9cf9906db2e21a2a70a8eda7ce4826eb7 | |
| parent | 82d1c9632a58b949089bb353474b79f23c631968 (diff) | |
| download | stats-77ca62328e417f6c04301341185207dcc0dc83bc.tar.gz stats-77ca62328e417f6c04301341185207dcc0dc83bc.tar.bz2 stats-77ca62328e417f6c04301341185207dcc0dc83bc.zip | |
update package_path in bit_setup_inc
| -rw-r--r-- | includes/bit_setup_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php index 5aa9e68..a4d1838 100644 --- a/includes/bit_setup_inc.php +++ b/includes/bit_setup_inc.php @@ -3,7 +3,7 @@ global $gBitSystem, $gBitUser ; $registerHash = array( 'package_name' => 'stats', - 'package_path' => dirname( __FILE__ ).'/', + 'package_path' => dirname( dirname( __FILE__ ) ).'/', ); $gBitSystem->registerPackage( $registerHash ); |
