Index: temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8289)
+++ temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8290)
@@ -185,10 +185,10 @@
 	
 		
-	sfprintr(ereg( "^https?://", $_POST["url"] ));
+	sfprintr(ereg( "^https://", $_POST["url"] ));
 	$arrErr["test"] = "test";
 
 	
 	// sslÂÐ±þÈ½Äê
-	if(!extension_loaded('openssl') and !ereg( "^https://", $_POST["url"] )){
+	if(!extension_loaded('openssl') and !ereg( "^https?://", $_POST["url"] )){
 		$arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂÐ±þ¤·¤Æ¤¤¤Þ¤»¤ó¡£<br>http¤ÇÀÜÂ³¤·¤Æ¤¯¤À¤µ¤¤¡£";
 	}
