forked from extern/egroupware
fix for bug #9
This commit is contained in:
parent
b3f8cf1512
commit
4586e3c267
@ -974,7 +974,7 @@ class html
|
||||
$vars = $url;
|
||||
$url = '/index.php';
|
||||
}
|
||||
elseif (!strstr($url,'/') && count(explode('.',$url)) == 3 && !strstr($url,':'))
|
||||
elseif (!strstr($url,'/') && count(explode('.',$url)) >= 3 && !strstr($url,':'))
|
||||
{
|
||||
$url = "/index.php?menuaction=$url";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user