mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"
This commit is contained in:
parent
c4bb7046a3
commit
0bea253fc7
@ -237,7 +237,7 @@
|
|||||||
|
|
||||||
// try owner + base for a personal vircal request
|
// 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_pathname = $matches[0];
|
||||||
$reqvircal_owner = $matches[1];
|
$reqvircal_owner = $matches[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user