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