Revision 803
Added by thorn over 16 years ago
index.php | ||
---|---|---|
153 | 153 |
<td width="115" style="color: #666666;">PHP Safe Mode</td> |
154 | 154 |
<td> |
155 | 155 |
<?php |
156 |
if(ini_get('safe_mode')) { |
|
156 |
if(ini_get('safe_mode')=='' || stripos(ini_get('safe_mode'), 'off')!==FALSE || ini_get('safe_mode')==0) { |
|
157 |
?><font class="good">Disabled</font><?php |
|
158 |
} else { |
|
157 | 159 |
?><font class="bad">Enabled</font><?php |
158 |
} else { |
|
159 |
?><font class="good">Disabled</font><?php |
|
160 | 160 |
} |
161 | 161 |
?> |
162 | 162 |
</td> |
Also available in: Unified diff
some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})