mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
Cleaned up calls to link()
This commit is contained in:
parent
9f5b45bf5c
commit
c368a72134
@ -23,7 +23,7 @@
|
|||||||
<!-- Activate Cloaking Device
|
<!-- Activate Cloaking Device
|
||||||
function CheckEmail()
|
function CheckEmail()
|
||||||
{
|
{
|
||||||
window.opener.document.location.href="<?php echo $phpgw->link($phpgw_info["server"]["webserver_url"].'/email/'); ?>";
|
window.opener.document.location.href="<?php echo $phpgw->link('/email/index.php'); ?>";
|
||||||
}
|
}
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user