mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
further improved the detection of "real" links
This commit is contained in:
parent
946efce9a1
commit
5acd64e429
@ -920,7 +920,7 @@ class html
|
||||
$vars = $url;
|
||||
$url = '/index.php';
|
||||
}
|
||||
elseif (!strstr($url,'/') && count(explode('.',$url)) == 3 && substr($url,0,7) != 'mailto:')
|
||||
elseif (!strstr($url,'/') && count(explode('.',$url)) == 3 && !strstr($url,':'))
|
||||
{
|
||||
$url = "/index.php?menuaction=$url";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user