Install($_GET['type'], $_GET['name'], $_GET['repo']); } } ////////////////////////////////////////////////////////////////// // Remove ////////////////////////////////////////////////////////////////// if($_GET['action']=='remove'){ if(checkAccess()) { $market->Remove($_GET['type'], $_GET['name']); } } ////////////////////////////////////////////////////////////////// // Update ////////////////////////////////////////////////////////////////// if($_GET['action']=='update'){ if(checkAccess()) { $market->Update($_GET['type'], $_GET['name']); } } ?>