4 require __DIR__ . '/../Maintenance.php';
6 class RunHipHopServer extends Maintenance {
7 function __construct() {
15 'cd ' . wfEscapeShellArg( $IP ) . " && " .
18 '-c', __DIR__."/server.conf",
27 $maintClass = 'RunHipHopServer';
28 require_once RUN_MAINTENANCE_IF_MAIN;