Module: nagvis Branch: master Commit: 843531297a810c13721669691e23d68ce95b6036 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=843531297a810c13721669691e23d68ce95b6036
Author: LaMi <[email protected]> Date: Fri Dec 18 19:48:50 2009 +0100 #175 livestatus tcp socket can contain dashes now --- share/server/core/defines/matches.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/share/server/core/defines/matches.php b/share/server/core/defines/matches.php index 8fda871..74172b4 100644 --- a/share/server/core/defines/matches.php +++ b/share/server/core/defines/matches.php @@ -49,7 +49,6 @@ define('MATCH_PNG_GIF_JPG_FILE_OR_URL_NONE', '/^((.+)\.(png|gif|jpg)|\[[0-9a-z\s define('MATCH_PNG_GIF_JPG_FILE_OR_URL', '/^((.+)\.(png|gif|jpg)|\[[0-9a-z\s\:\+\[\]\(\)\=\%\?\&\_\.\-...@\=\/\\\]+\])$/i'); define('MATCH_ROTATION_STEP_TYPES_EMPTY', '/^(?:map|automap|url)?$/'); define('MATCH_LANGUAGE_EMPTY', '/^[a-zA-Z0-9-_]*$/'); -define('MATCH_SOCKET', '/^(unix:[a-zA-Z0-9-_\.\/]+|tcp:[a-zA-Z0-9\.]+:[0-9]{1,5})$/'); define('MATCH_MAP_NAME', '/^[0-9A-Za-z_-]+$/'); define('MATCH_MAP_NAME_EMPTY', '/^[0-9A-Za-z_-]*$/'); ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
