mirror of
https://github.com/gamaio/lobli.git
synced 2025-08-13 10:18:45 +00:00
remove misplaced bang that prevented stat gathering from working.
Was getting short link error when attempting to view the stats. This was fixed by checking if getstats was set instead of wasn't set
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user