Changeset 640 for trunk/xpressme_integration_kit/admin/index.php
- Timestamp:
- Aug 23, 2010, 10:04:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/admin/index.php
r583 r640 185 185 echo ( ini_get( 'register_globals' )) ? "ON" : "OFF" ; 186 186 echo "<br />\n"; 187 echo "allow_url_fopen: " ; 188 echo ( ini_get( 'allow_url_fopen' )) ? "ON" : "OFF" ; 189 echo "<br />\n"; 187 190 echo "magic_quotes_gpc: " ; 188 191 echo ( ini_get( 'magic_quotes_gpc' )) ? "ON" : "OFF"; … … 257 260 echo "<label>register_globals:</label><text>"; 258 261 echo ( ini_get( 'register_globals' )) ? "ON" : "OFF"; 262 echo "</text><br />"; 263 echo "<label>allow_url_fopen:</label><text>"; 264 echo ( ini_get( 'allow_url_fopen' )) ? "ON" : "OFF"; 259 265 echo "</text><br />"; 260 266 echo "<label>magic_quotes_gpc:</label><text>";
Note: See TracChangeset
for help on using the changeset viewer.