Fix redirect

This commit is contained in:
Laurent Destailleur
2018-02-19 22:25:12 +01:00
parent 1f412bd1d4
commit 1cb58a308c

View File

@@ -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)