mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"
This commit is contained in:
parent
f7255ea33c
commit
ce50780559
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user