"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"

This commit is contained in:
Ralf Becker 2007-12-04 05:23:11 +00:00
parent f7255ea33c
commit ce50780559

View File

@ -237,7 +237,7 @@
// try owner + base for a personal vircal request
}
elseif(preg_match('#^/([\w]+)(/[^<^>^?]+)$#', $_SERVER['PATH_INFO'], $matches))
elseif(preg_match('#^/([\w.]+)(/[^<^>^?]+)$#', $_SERVER['PATH_INFO'], $matches))
{
$reqvircal_pathname = $matches[0];
$reqvircal_owner = $matches[1];