Module: nagvis Branch: nagvis-1.4 Commit: 7fa1dba0936bad9e1b0357cda2c7303b6204aad5 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7fa1dba0936bad9e1b0357cda2c7303b6204aad5
Author: Lars Michelsen <[email protected]> Date: Tue Jun 8 00:00:13 2010 +0200 Added "," signs to allowed url chars - seems to be needed by some strange systems --- nagvis/nagvis/includes/defines/matches.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nagvis/nagvis/includes/defines/matches.php b/nagvis/nagvis/includes/defines/matches.php index bf4a714..b7616e6 100644 --- a/nagvis/nagvis/includes/defines/matches.php +++ b/nagvis/nagvis/includes/defines/matches.php @@ -32,8 +32,8 @@ define('MATCH_STRING_EMPTY', '/^[0-9a-z\s\:\+\[\]\(\)\_\.\,\-\&\?\!...@\=\/\\\]* define('MATCH_STRING_NO_SPACE', '/^[0-9a-z\:\+\[\]\(\)\_\.\,\-\&\?\!...@\=\/\\\]+$/i'); define('MATCH_STRING_NO_SPACE_EMPTY', '/^[0-9a-z\:\+\[\]\(\)\_\.\,\-\&\?\!...@\=\/\\\]*$/i'); define('MATCH_STRING_PATH', '/^[0-9a-z\s\_\.\-\/\\\]+$/i'); -define('MATCH_STRING_URL', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\.\-...@\=\/\\\]+$/i'); -define('MATCH_STRING_URL_EMPTY', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\.\-...@\=\/\\\]*$/i'); +define('MATCH_STRING_URL', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\,\.\-...@\=\/\\\]+$/i'); +define('MATCH_STRING_URL_EMPTY', '/^[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\,\.\-...@\=\/\\\]*$/i'); define('MATCH_GADGET_OPT', '/^[0-9a-z\s\:\+\[\]\(\)\_\.\,\-\&\?\!...@\=\/\\\%]+$/i'); define('MATCH_INTEGER', '/^[0-9]+$/'); ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
