mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 19:52:40 +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:
parent
9cd6c9ca7e
commit
169fe0fc23
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user