From bc8586b893ae79bb31ab41b80001461f272abd34 Mon Sep 17 00:00:00 2001 From: Git Date: Wed, 21 Mar 2012 08:00:26 +0000 Subject: [PATCH] Empty commit --- sections/ajax/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sections/ajax/index.php b/sections/ajax/index.php index c7f33339..223931ac 100644 --- a/sections/ajax/index.php +++ b/sections/ajax/index.php @@ -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'));