URL markup

This commit is contained in:
Savetheinternet
2010-11-03 20:44:51 +11:00
parent 523cf48bae
commit 5f0a3aa146
2 changed files with 6 additions and 3 deletions

View File

@@ -66,6 +66,9 @@
// Automatically convert things like "..." to Unicode characters ("<22>")
define('AUTO_UNICODE', true);
// Whether to turn URLs into functional links
define('MARKUP_URLS', true);
define('URL_REGEX', "/(https?|ftp)\:\/\/([a-z0-9+!*(),;?&=\$_.-]+(\:[a-z0-9+!*(),;?&=\$_.-]+)?@)?([a-z0-9-.]*)\.([a-z]{2,3})(\:[0-9]{2,5})?(\/([a-z0-9+\$_-]\.?)+)*\/?(\?[a-z+&\$_.-][a-z0-9;:@&%=+\/\$_.-]*)?(#[a-z_.-][a-z0-9+\$_.-]*)?/");
// Allowed file extensions
$allowed_ext = Array('jpg', 'jpeg', 'bmp', 'gif', 'png');