From e4091e0a8778d65dbf0a8252c362aea9644fbf8c Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 24 May 2025 17:51:41 -0400 Subject: fix CLASS include --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- cgit v1.3