mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Fix for bug #435819.
This commit is contained in:
parent
1372b56eaf
commit
05dcabb900
@ -116,7 +116,7 @@ class calendar_holiday
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$pos = strpos(' '.$phpgw_info['server']['webserver_url'],$HTTP_HOST);
|
$pos = strpos(' '.$phpgw_info['server']['webserver_url'],$HTTP_HOST);
|
||||||
if($pos == False)
|
if($pos == 0)
|
||||||
{
|
{
|
||||||
switch($SERVER_PORT)
|
switch($SERVER_PORT)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user