Empty commit

This commit is contained in:
Git 2012-03-21 08:00:26 +00:00
parent 44f926e756
commit bc8586b893

View File

@ -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'));