Revert "Merge branch 'master' of github.com:vichan-devel/Tinyboard"

This reverts commit a84c4510fc, reversing
changes made to a8327c3a37.
This commit is contained in:
czaks 2013-08-05 06:17:01 -04:00
parent 0d8e2a65ab
commit 2cc0769f54
6 changed files with 4 additions and 40 deletions

View file

@ -1327,3 +1327,4 @@
// 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\-~.#\/?=&;:+%!*\[\]@$\'()+,|\^]+)?)?' . '/';