diff --git a/Website/process.php b/Website/process.php index 3d2a9d8..efa02ac 100644 --- a/Website/process.php +++ b/Website/process.php @@ -56,7 +56,7 @@ require('Include/PHP/functions.php'); - if(!isset($_GET['getstats'])){ + if(isset($_GET['getstats'])){ $stats = stats($redis, $seperator); $stats = explode($seperator, $stats);