Skip to content
Snippets Groups Projects
Commit efb100fe authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

1st hotfix

parent 96027bac
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if(isset($_SERVER['HTTPS']) && !isset($http)) $http = "https"; else $http = "htt
// Variables permettant la gestion des pages à afficher
// $ur est déjà défini si l'on utilise VBcms Connector
if(isset($url)){
if(!isset($url)){
$url = parse_url("$http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]");
}
$urlPath = explode("/", $url["path"]);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment