Browse Source

URL fix.

pull/40/head
Savetheinternet 14 years ago
parent
commit
0f99b1bb4a
  1. 2
      inc/config.php

2
inc/config.php

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

Loading…
Cancel
Save