diff options
| author | Simon | 2011-03-22 10:27:02 +0100 |
|---|---|---|
| committer | Simon | 2011-03-22 10:27:02 +0100 |
| commit | 1677ce1908152787220c1674d718bb03fecedec6 (patch) | |
| tree | 0c024811673b2cb21a647eba945fbadd6a5d14b8 /application/controllers | |
| parent | fallback lösungen für fbgui hinzugefügt (diff) | |
| download | pbs2-1677ce1908152787220c1674d718bb03fecedec6.tar.gz pbs2-1677ce1908152787220c1674d718bb03fecedec6.tar.xz pbs2-1677ce1908152787220c1674d718bb03fecedec6.zip | |
fbgui oberfläche angepasst
Diffstat (limited to 'application/controllers')
| -rw-r--r-- | application/controllers/IndexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 83fbe08..79a6d99 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -12,7 +12,7 @@ class IndexController extends Zend_Controller_Action { if(stristr($_SERVER['HTTP_USER_AGENT'],'prebootGUI')){ $_SESSION['postdata'] = $_POST; - $this->_redirect('/fbgui/index/index/data/'.json_encode($_POST)) ; + $this->_redirect('/fbgui/index/index/postdata/'.json_encode($_POST)) ; } |
