Changeset 8290 for temp


Ignore:
Timestamp:
2006/11/13 15:56:08 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php

    r8289 r8290  
    185185     
    186186         
    187     sfprintr(ereg( "^https?://", $_POST["url"] )); 
     187    sfprintr(ereg( "^https://", $_POST["url"] )); 
    188188    $arrErr["test"] = "test"; 
    189189 
    190190     
    191191    // sslÂбþȽÄê 
    192     if(!extension_loaded('openssl') and !ereg( "^https://", $_POST["url"] )){ 
     192    if(!extension_loaded('openssl') and !ereg( "^https?://", $_POST["url"] )){ 
    193193        $arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂбþ¤·¤Æ¤¤¤Þ¤»¤ó¡£<br>http¤ÇÀܳ¤·¤Æ¤¯¤À¤µ¤¤¡£"; 
    194194    } 
Note: See TracChangeset for help on using the changeset viewer.