From: paulr Date: Sun, 7 Aug 2011 18:35:55 +0000 (+1000) Subject: hosts bits X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=f3baa0c9da025f9460610472f5fc8f5e37910d28;hp=486854e1f39db5dd0fe2f317d2a586dd6ac39124 hosts bits --- diff --git a/plugins/hosts.php b/plugins/hosts.php index a5709a5..76e3e59 100644 --- a/plugins/hosts.php +++ b/plugins/hosts.php @@ -20,11 +20,11 @@ class GLCASHosts { { if(isset($_REQUEST["action"])) { switch($_REQUEST["action"]) { - case "addpackage": + case "addhost": error_log("in updaterepo"); GLCASpageBuilder($this,"addPackage"); return; - case "deletepkg": + case "delhost": error_log("in delete pkg"); GLCASpageBuilder($this, "delPackage"); return;