// report bugfix from trunk to 1.5.x branch

This commit is contained in:
mMarinetti
2011-12-22 16:03:19 +00:00
parent 2d66dee685
commit efd3a1f25c
@@ -72,6 +72,12 @@ class AdminWebserviceControllerCore extends AdminController
</ol>',
'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()
),