diff --git a/web/install/config.php b/web/install/config.php index d3d4fe869..b904a7900 100755 --- a/web/install/config.php +++ b/web/install/config.php @@ -73,6 +73,10 @@ if (!$err && $_SESSION['install']['step'] != $step) { $_SESSION['install']['step'] = $step; +// Retrieve the website url +$url = $_SERVER['PHP_SELF']; +$website_url = preg_replace("#/install/[a-z](.*)#" ,'', $url); + ?>