mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 18:01:36 +01:00
Fix redirect
This commit is contained in:
@@ -205,7 +205,7 @@ function redirectToContainer($containeralias)
|
|||||||
}
|
}
|
||||||
else // When page called from virtual host server
|
else // When page called from virtual host server
|
||||||
{
|
{
|
||||||
$newurl = '/'.$containeralias;
|
$newurl = '/'.$containeralias.'.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($newurl)
|
if ($newurl)
|
||||||
|
|||||||
Reference in New Issue
Block a user