1
0

correction of some regressions

This commit is contained in:
Daniel Tartavel
2021-10-30 12:37:27 +02:00
parent 5cb0055bee
commit 952121b1d2
5 changed files with 58 additions and 14 deletions

View File

@ -20,7 +20,7 @@ $site = "Avion Poème";
$dossier = "/www";
$basedir = dirname( $_SERVER['DOCUMENT_ROOT'] ) . $dossier;
$base_url = "http://avion-poe.me";
$base_url = "https://avion-poe.me";
$base_path = "/flex/storage/avion-poe.me/site/www/";
$url_admin = $base_url . "/gestion";
$accueil = $base_url . "/index.html";