summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/gearman/index.phtml
diff options
context:
space:
mode:
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