diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-08-30 12:27:08 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-08-30 12:27:08 -0400 |
| commit | f0be374506ee67c414c19ba627ed56b05ca0fdba (patch) | |
| tree | 6b0b1e3d85653cc2d479abc8c5f76a19dbb98530 | |
| parent | 88a56d3a19eb8f64280466764dd006fda796c016 (diff) | |
| download | stats-f0be374506ee67c414c19ba627ed56b05ca0fdba.tar.gz stats-f0be374506ee67c414c19ba627ed56b05ca0fdba.tar.bz2 stats-f0be374506ee67c414c19ba627ed56b05ca0fdba.zip | |
fix STATS_PKG_CLASS_PATH.'Statistics.php'
| -rw-r--r-- | users.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ * Required files */ require_once( '../kernel/includes/setup_inc.php' ); -require_once( STATS_PKG_PATH.'Statistics.php' ); +require_once( STATS_PKG_CLASS_PATH.'Statistics.php' ); $stats = new Statistics(); |
