Changeset 952 for trunk/engine/lib/external/Jevix/jevix.class.php
- Timestamp:
- 07/07/10 10:06:37 (19 months ago)
- Files:
-
- 1 modified
-
trunk/engine/lib/external/Jevix/jevix.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/lib/external/Jevix/jevix.class.php
r866 r952 954 954 } 955 955 // HTTP в начале если нет 956 if(!preg_match('/^(http|https|ftp):\/\//ui', $value) && !preg_match('/^(\/|\#)/ui', $value) ) $value = 'http://'.$value;956 if(!preg_match('/^(http|https|ftp):\/\//ui', $value) && !preg_match('/^(\/|\#)/ui', $value) && !preg_match('/^(mailto):/ui', $value) ) $value = 'http://'.$value; 957 957 break; 958 958
