Changeset 6057 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/10/12 11:53:17 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6056 r6057 493 493 // ¥Ç¥£¥ì¥¯¥È¥ê̾¤Î¤ß¼èÆÀ¤¹¤ë 494 494 $normal_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $arrRet['normal_url']); 495 496 print($normal_dir); 497 498 $objErr->arrErr['normal_url'] = $normal_dir; 495 $secure_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $arrRet['secure_url']); 496 497 if($normal_dir != $secure_dir) { 498 $objErr->arrErr['normal_url'] = "°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥ê̾¤Ï»ØÄê¤Ç¤¤Þ¤»¤ó¡£"; 499 $objErr->arrErr['secure_url'] = "°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥ê̾¤Ï»ØÄê¤Ç¤¤Þ¤»¤ó¡£"; 500 } 499 501 500 502 return $objErr->arrErr;
Note: See TracChangeset
for help on using the changeset viewer.
