diff options
| author | michael pereira | 2011-03-10 16:52:36 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-10 16:52:36 +0100 |
| commit | d34e6d303cb5c5d9b16de1c7076be38ef1feb6e8 (patch) | |
| tree | cbb7896c6c2fa5c643b6058d656c9efb769b306a /application/controllers | |
| parent | Bootmenu auf preboot JSON (diff) | |
| download | pbs2-d34e6d303cb5c5d9b16de1c7076be38ef1feb6e8.tar.gz pbs2-d34e6d303cb5c5d9b16de1c7076be38ef1feb6e8.tar.xz pbs2-d34e6d303cb5c5d9b16de1c7076be38ef1feb6e8.zip | |
Bootmenu auf preboot JSON
Diffstat (limited to 'application/controllers')
| -rw-r--r-- | application/controllers/BootmenuController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/BootmenuController.php b/application/controllers/BootmenuController.php index abb046e..641b547 100644 --- a/application/controllers/BootmenuController.php +++ b/application/controllers/BootmenuController.php @@ -81,7 +81,7 @@ class BootmenuController extends Zend_Controller_Action echo json_encode($cc); - print_a($cc); + //print_a($cc); } |
