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