From efd3a1f25cbd03bc3f56307ebf2addca7de201ae Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 22 Dec 2011 16:03:19 +0000 Subject: [PATCH] // report bugfix from trunk to 1.5.x branch --- controllers/admin/AdminWebserviceController.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/controllers/admin/AdminWebserviceController.php b/controllers/admin/AdminWebserviceController.php index 4f2d1de48..c9fb04270 100755 --- a/controllers/admin/AdminWebserviceController.php +++ b/controllers/admin/AdminWebserviceController.php @@ -72,6 +72,12 @@ class AdminWebserviceControllerCore extends AdminController ', 'cast' => 'intval', 'type' => 'bool'), + 'PS_WEBSERVICE_CGI_HOST' => array( + 'title' => $this->l('Active mode CGI for PHP:'), + 'desc' => $this->l('Be sure PHP is not configured as an Apache module on your server'), + 'cast' => 'intval', + 'type' => 'bool' + ), ), 'submit' => array() ),