remove php's safe_mode as it is deprecated since php-5.3 and removed since php-5.4

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-15 09:34:41 +01:00
parent cbc745ff72
commit 74c5d0718c
20 changed files with 7 additions and 71 deletions

View File

@@ -161,14 +161,6 @@ return array(
),
'value' => array('1')
),
'safemode' => array(
'label' => 'Safemode',
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array('1')
),
'phpsettingid' => array(
'visible' => ((int)$settings['system']['mod_fcgid'] == 1 ? true : false),
'label' => $lng['admin']['phpsettings']['title'],

View File

@@ -183,14 +183,6 @@ return array(
),
'value' => array($result['openbasedir'])
),
'safemode' => array(
'label' => 'Safemode',
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array($result['safemode'])
),
'phpsettingid' => array(
'visible' => ((int)$settings['system']['mod_fcgid'] == 1 ? true : false),
'label' => $lng['admin']['phpsettings']['title'],