config.php

This commit is contained in:
Czterooki 2013-07-20 00:03:45 -04:00
parent dd8a005956
commit ad7d15535b

View File

@ -1117,4 +1117,3 @@
// Complex regular expression to catch URLs
$config['url_regex'] = '/' . '(https?|ftp):\/\/' . '(([\w\-]+\.)+[a-zA-Z]{2,6}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})' . '(:\d+)?' . '(\/([\w\-~.#\/?=&;:+%!*\[\]@$\'()+,|\^]+)?)?' . '/';