Module: nagvis Branch: master Commit: 51a7cdc5928d479117eab708f605b2cd6266a89f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=51a7cdc5928d479117eab708f605b2cd6266a89f
Author: LaMi <[email protected]> Date: Fri Dec 18 19:14:31 2009 +0100 #175 livestatus tcp socket can contain dashes now --- share/server/core/defines/matches.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/share/server/core/defines/matches.php b/share/server/core/defines/matches.php index b0c4837..8fda871 100644 --- a/share/server/core/defines/matches.php +++ b/share/server/core/defines/matches.php @@ -72,4 +72,5 @@ define('MATCH_PHP_FILE', '/^(.+\.php)$/i'); define('MATCH_INTEGER_PRESIGN', '/^[\+\-]?[0-9]+$/'); define('MATCH_ORDER', '/^(?:asc|desc)$/'); define('MATCH_TEXTBOX_WIDTH', '/^([0-9]+|auto)$/'); +define('MATCH_SOCKET', '/^(unix:[a-zA-Z0-9-_\.\/]+|tcp:[a-zA-Z0-9-\.]+:[0-9]{1,5})$/'); ?> ------------------------------------------------------------------------------ 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
