From f0be374506ee67c414c19ba627ed56b05ca0fdba Mon Sep 17 00:00:00 2001 From: spiderr Date: Mon, 30 Aug 2021 12:27:08 -0400 Subject: fix STATS_PKG_CLASS_PATH.'Statistics.php' --- users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.php b/users.php index d467345..ba48b8e 100644 --- a/users.php +++ b/users.php @@ -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(); -- cgit v1.3