summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-05-24 17:51:41 -0400
committerspiderr <spiderr@bitweaver.org>2025-05-24 17:51:41 -0400
commite4091e0a8778d65dbf0a8252c362aea9644fbf8c (patch)
treed8889bf7b3e8fcba4ebc76ce8e8a802e4a0717aa /index.php
parent7d69a66375de5fb08836f03e1473a9cc347b84d4 (diff)
downloadstats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.tar.gz
stats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.tar.bz2
stats-e4091e0a8778d65dbf0a8252c362aea9644fbf8c.zip
fix CLASS include
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 7410968..6d5c017 100644
--- a/index.php
+++ b/index.php
@@ -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' );