projects
/
glcas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
486854e
)
hosts bits
author
paulr
<me@pjr.cc>
Sun, 7 Aug 2011 18:35:55 +0000 (
04:35
+1000)
committer
paulr
<me@pjr.cc>
Sun, 7 Aug 2011 18:35:55 +0000 (
04:35
+1000)
plugins/hosts.php
patch
|
blob
|
history
diff --git
a/plugins/hosts.php
b/plugins/hosts.php
index
a5709a5
..
76e3e59
100644
(file)
--- 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;