Skip to content
Snippets Groups Projects
Commit 09407330 authored by llaffont's avatar llaffont
Browse files

correction bootstrap sur config jenkins

parent c5371dff
Branches
Tags
No related merge requests found
......@@ -27,7 +27,11 @@ if ($argc < 3) {
$cfgfile= "config.php";
}
}
else $cfgfile="./config.php";
if (!isset($cfgfile) || !file_exists($cfgfile)) {
$cfgfile="./config.php";
$site = "/";
}
define("URL_BASE","http://" . $_SERVER["HTTP_HOST"] . $site . APPLI . "/");
define("URL_IMG", URL_BASE ."images/");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment