mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
44f926e756
commit
bc8586b893
@ -80,6 +80,9 @@
|
||||
case 'loadavg':
|
||||
require(SERVER_ROOT.'/sections/ajax/loadavg.php');
|
||||
break;
|
||||
case 'better':
|
||||
require(SERVER_ROOT.'/sections/ajax/better/index.php');
|
||||
break;
|
||||
default:
|
||||
// If they're screwing around with the query string
|
||||
print json_encode(array('status' => 'failure'));
|
||||
|
Loading…
Reference in New Issue
Block a user