diff options
| author | spiderr <spiderr@bitweaver.org> | 2025-05-24 17:51:41 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2025-05-24 17:51:41 -0400 |
| commit | e4091e0a8778d65dbf0a8252c362aea9644fbf8c (patch) | |
| tree | d8889bf7b3e8fcba4ebc76ce8e8a802e4a0717aa | |
| parent | 7d69a66375de5fb08836f03e1473a9cc347b84d4 (diff) | |
| download | stats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.tar.gz stats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.tar.bz2 stats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.zip | |
fix CLASS include
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ * required setup */ require_once( '../kernel/includes/setup_inc.php' ); -include_once( STATS_PKG_PATH.'Statistics.php' ); +require_once( STATS_PKG_CLASS_PATH.'Statistics.php' ); $gBitSystem->verifyPackage( 'stats' ); $gBitSystem->verifyPermission( 'p_stats_view' ); |
