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

$http variabld + blackRaccon logo

parent c0e36700
No related branches found
No related tags found
No related merge requests found
vbcms-admin/images/vbcms-logo/blackRacoonInBox.png

9.9 KiB

......@@ -390,6 +390,9 @@ class module {
$bdd=$this->bdd;
$extensionFullPath = $this->extensionFullPath;
global $translation;
// Ici on ne peut pas récupérer $http et $urlPath, on va réécrire le code ici
if(isset($_SERVER['HTTPS'])) $http = "https"; else $http = "http";
include $extensionFullPath."/pageHandler.php"; // Le module appelé va se charger du reste
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment