summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/gearman/someping.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/gearman/someping.phtml')
-rwxr-xr-xapplication/views/scripts/gearman/someping.phtml12
1 files changed, 0 insertions, 12 deletions
diff --git a/application/views/scripts/gearman/someping.phtml b/application/views/scripts/gearman/someping.phtml
deleted file mode 100755
index ce458c8..0000000
--- a/application/views/scripts/gearman/someping.phtml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-foreach($this->results as $k => $result) {
-?>
-<h3>Result <?php echo $k; ?>:</h3>
-<pre>
- <?php echo $result->rawoutput; ?><br />
- alive: <?php if($result->alive) echo 'yes'; else echo 'no'; ?><br />
- returncode: <?php echo $result->rc; ?>
-</pre>
-<?php
-}
-?> \ No newline at end of file