Browse Source

Added a comment

pull/40/head
Savetheinternet 14 years ago
parent
commit
c7d7e2c509
  1. 1
      inc/config.php

1
inc/config.php

@ -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…
Cancel
Save