remove safe mode check
This commit is contained in:
parent
0e1d1045b1
commit
9544eb9cb1
2 changed files with 0 additions and 8 deletions
|
@ -159,7 +159,6 @@ if($_REQUEST['action'] == 'common')
|
|||
|
||||
// assign
|
||||
$tpl->assign('wartungwhitelist', $whitelist);
|
||||
$tpl->assign('safemode', ini_get('safe_mode'));
|
||||
$tpl->assign('languages', $languages);
|
||||
$tpl->assign('countries', CountryList());
|
||||
$tpl->assign('page', 'prefs.common.tpl');
|
||||
|
|
|
@ -137,13 +137,6 @@
|
|||
<td class="td2"><input type="checkbox" name="structstorage"{if $bm_prefs.structstorage=='yes'&&!$safemode} checked="checked"{/if}{if $safemode} disabled="disabled"{/if} /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{if $safemode}
|
||||
<p>
|
||||
<img src="{$tpldir}images/warning.png" border="0" alt="" width="16" height="16" align="absmiddle" />
|
||||
{lng p="structsafewarn"}
|
||||
</p>
|
||||
{/if}
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in a new issue