summaryrefslogtreecommitdiffstats
path: root/application/controllers/IndexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/IndexController.php')
-rw-r--r--application/controllers/IndexController.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php
index 2c53550..cf6673c 100644
--- a/application/controllers/IndexController.php
+++ b/application/controllers/IndexController.php
@@ -14,12 +14,11 @@ class IndexController extends Zend_Controller_Action
$_SESSION['postdata'] = $_POST;
$this->_redirect('/fbgui/index/index');
}
-
- echo 'tesT';
+
// action body
- $n = new Pbs_Graph();
- print_a($n->graph(2));
- }
+
+
+ }
}