Changeset 7192
- Timestamp:
- 2006/11/01 13:43:14 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 1 deleted
- 2 edited
-
data/include/php_ini.inc (modified) (2 diffs)
-
html/.htaccess (deleted)
-
html/require.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/include/php_ini.inc
r7191 r7192 1 <?php 2 1 3 ini_set("mbstring.language", "Japanese"); 2 4 ini_set("mbstring.http_input", "EUC-JP"); … … 10 12 ini_set("mbstring.substitute_character", "none"); 11 13 ini_set("magic_quotes_gpc", "off"); 14 15 ?> -
temp/trunk/html/require.php
r7191 r7192 32 32 require_once($include_dir . "/../data/include/page_layout.inc"); 33 33 34 require_once($include_dir . "/../data/include/php_ini.inc");34 //require_once($include_dir . "/../data/include/php_ini.inc"); 35 35 36 36 // ¥¢¥Ã¥×¥Ç¡¼¥È¤Ç¼èÆÀ¤·¤¿PHP¤òÆÉ¤ß½Ð¤¹
Note: See TracChangeset
for help on using the changeset viewer.
