Deploy(); } else { $sContainer = new Container(3); if($_GET['action'] == "start") { $sContainer->Start(); } elseif($_GET['action'] == "stop") { $sContainer->Stop(); } elseif($_GET['action'] == "bw") { $sContainer->UpdateTraffic(); } elseif($_GET['action'] == "ip") { $sContainer->AddIp($_GET['ip']); } elseif($_GET['action'] == "delip") { $sContainer->RemoveIp($_GET['ip']); } elseif($_GET['action'] == "user") { $sUser = new User(1); pretty_dump($sUser); } else { echo("idk"); } } echo("Done!"); ?> CVM test

Start
Stop