- Timestamp:
- 2006/11/13 15:57:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
r8290 r8291 183 183 } 184 184 } 185 186 187 sfprintr(ereg( "^https://", $_POST["url"] )); 188 $arrErr["test"] = "test"; 189 190 185 191 186 // sslÂбþȽÄê 192 if(!extension_loaded('openssl') and !ereg( "^https?://", $_POST["url"] )){187 if(!extension_loaded('openssl') and ereg( "^https://", $_POST["url"] )){ 193 188 $arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂбþ¤·¤Æ¤¤¤Þ¤»¤ó¡£<br>http¤ÇÀܳ¤·¤Æ¤¯¤À¤µ¤¤¡£"; 194 189 }
Note: See TracChangeset
for help on using the changeset viewer.
