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() ),