summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/gearman/index.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-27 16:09:31 +0200
committerBjörn Geiger2011-10-27 16:09:31 +0200
commit2a8868e7687894bee161dd602221abf187cafae4 (patch)
tree851f103209e79f8c2205092c403b4743f60ea8bb /application/views/scripts/gearman/index.phtml
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-2a8868e7687894bee161dd602221abf187cafae4.tar.gz
poolctrl-2a8868e7687894bee161dd602221abf187cafae4.tar.xz
poolctrl-2a8868e7687894bee161dd602221abf187cafae4.zip
Edit weiter korrigiert
Diffstat (limited to 'application/views/scripts/gearman/index.phtml')
-rwxr-xr-xapplication/views/scripts/gearman/index.phtml20
1 files changed, 0 insertions, 20 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
deleted file mode 100755
index 4d20a8f..0000000
--- a/application/views/scripts/gearman/index.phtml
+++ /dev/null
@@ -1,20 +0,0 @@
-<h1>Gearman Testpage</h1>
-<?php echo $this->formButton('somePing', 'PingTest', array(
- 'onclick' => 'self.location="/gearman/someping"'
- )) ?>
-<br />
-<?php echo $this->formButton('boot', 'BootTest', array(
- 'onclick' => 'self.location="/gearman/boot"'
- )) ?>
-<br />
-<?php echo $this->formButton('boot status', 'BootStatusTest', array(
- 'onclick' => 'self.location="/gearman/checkbootstatus"'
- )) ?>
-<br />
-<?php echo $this->formButton('shutdown', 'ShutdownTest', array(
- 'onclick' => 'self.location="/gearman/shutdown"'
- )) ?>
-<br />
-<?php echo $this->formButton('shutdown status', 'ShutdownStatusTest', array(
- 'onclick' => 'self.location="/gearman/checkshutdownstatus"'
- )) ?> \ No newline at end of file