- Timestamp:
- 2006/11/13 15:54:54 (20 years ago)
- Location:
- temp/trunk/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
mdl_epsilon.inc (modified) (1 diff)
-
mdl_epsilon.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r8286 r8287 115 115 xml_parser_free($parser); 116 116 117 sfprintr(sfGetXMLValue($arrVal,'RESULT','ERR_DETAIL'));118 119 117 return $arrVal; 120 118 } -
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
r8286 r8287 184 184 } 185 185 186 187 sfprintr(ereg( "^https?://", $_POST["url"] )); 188 189 186 190 // sslÂбþȽÄê 187 191 if(!extension_loaded('openssl') and !ereg( "^https?://", $_POST["url"] )){ … … 189 193 } 190 194 191 192 195 // Àܳ¥Á¥§¥Ã¥¯¤ò¹Ô¤¦ 193 196 if(count($arrErr) == 0) $arrErr = lfChkConnect();
Note: See TracChangeset
for help on using the changeset viewer.
