Added a comment
This commit is contained in:
parent
cbfba9c7f2
commit
c7d7e2c509
@ -105,6 +105,7 @@
|
||||
define('WIKI_MARKUP', true, true);
|
||||
// Whether to turn URLs into functional links
|
||||
define('MARKUP_URLS', true, true);
|
||||
// Complex regular expression to catch URLs
|
||||
define('URL_REGEX', '/' . '(https?|ftp):\/\/' . '([\w\-]+\.)+[a-zA-Z]{2,6}' . '(\/([\w\-~\.#\/?=&;:+%]+))?' . '/', true);
|
||||
|
||||
// Allowed file extensions
|
||||
|
Loading…
Reference in New Issue
Block a user