mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Cleaned up calls to link()
This commit is contained in:
parent
9f5b45bf5c
commit
c368a72134
@ -23,7 +23,7 @@
|
||||
<!-- Activate Cloaking Device
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user