Skip to content
Snippets Groups Projects
Verified Commit 495a7cde authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT add / at the final install url

parent 1d0fa424
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ $_SESSION = array();
session_unset();
session_destroy();
if(strtoupper(substr(PHP_OS, 0, 3)) === 'LIN') {
header('Location: ../'.$nomCustom);
header('Location: ../' . $nomCustom . '/');
}elseif(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'){
header('Location: ../');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment