URL fix.
This commit is contained in:
@@ -68,8 +68,6 @@
|
|||||||
define('AUTO_UNICODE', true);
|
define('AUTO_UNICODE', true);
|
||||||
// Whether to turn URLs into functional links
|
// Whether to turn URLs into functional links
|
||||||
define('MARKUP_URLS', true);
|
define('MARKUP_URLS', true);
|
||||||
|
|
||||||
// scheme domain location
|
|
||||||
define('URL_REGEX', '/' . '(https?|ftp):\/\/' . '([\w\-]+\.)+[a-zA-Z]{2,6}' . '(\/([\w\-~\.#\/?=&;:+%]+))?' . '/');
|
define('URL_REGEX', '/' . '(https?|ftp):\/\/' . '([\w\-]+\.)+[a-zA-Z]{2,6}' . '(\/([\w\-~\.#\/?=&;:+%]+))?' . '/');
|
||||||
|
|
||||||
// Allowed file extensions
|
// Allowed file extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user