mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 04:31:23 +01:00
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…
x
Reference in New Issue
Block a user