Changeset 19760 for branches/version-2_5-dev/html
- Timestamp:
- 2010/12/25 14:31:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r19754 r19760 434 434 if (ini_get('safe_mode')) { 435 435 $mess .= ">> ×:PHPのセーフモードが有効になっています。<br>"; 436 $hasErr = true; 437 } 438 439 if (get_magic_quotes_gpc()) { 440 $mess .= ">> ×:PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。<br>"; 436 441 $hasErr = true; 437 442 }
Note: See TracChangeset
for help on using the changeset viewer.