summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-07-13 12:57:34 +0200
committerBjörn Geiger2011-07-13 12:57:34 +0200
commitc118b9f3c61a27e6cc5945b916937fff93400290 (patch)
tree9aa925eafe06a4cc3f8deb0d9cc3eb948cde1257 /application/views/scripts
parentkleinen Fehler korrigiert (diff)
downloadpoolctrl-c118b9f3c61a27e6cc5945b916937fff93400290.tar.gz
poolctrl-c118b9f3c61a27e6cc5945b916937fff93400290.tar.xz
poolctrl-c118b9f3c61a27e6cc5945b916937fff93400290.zip
minor
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/gearman/index.phtml7
1 files changed, 3 insertions, 4 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
index a5e9fee..f36ca79 100644
--- a/application/views/scripts/gearman/index.phtml
+++ b/application/views/scripts/gearman/index.phtml
@@ -1,4 +1,3 @@
-<br /><br />
-<div id="view-content">
- <p>View script for controller <b>Gearman</b> and script/action name <b>index</b></p>
-</div> \ No newline at end of file
+<?php
+print_r($this->result);
+?> \ No newline at end of file