From 0f99b1bb4a244de8b283d00f87a530d3fa488add Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 21:10:04 +1100 Subject: [PATCH] URL fix. --- inc/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 283a9282..b0c4adc7 100644 --- a/inc/config.php +++ b/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