Skip to content
Snippets Groups Projects
Commit 99e369e6 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX #3194 white list

parent 72c69a9c
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ function maarchFilesWhiteList($directory, $isCustom = false, $recursive = true,
}
//if (!isset($_SESSION['maarchFilesWhiteList']) && count($_SESSION['maarchFilesWhiteList']) == 0) {
if (!isset($_SESSION['maarchFilesWhiteList']) && count($_SESSION['maarchFilesWhiteList']) == 0) {
$isCustom = false;
if (
is_dir('custom/' . $_SESSION['custom_override_id'])
......@@ -194,9 +194,6 @@ function maarchFilesWhiteList($directory, $isCustom = false, $recursive = true,
// print_r($_SESSION['maarchFilesWhiteList']);
// echo '</pre>';
// exit;
//}
// echo '<pre>';
// print_r($_SESSION['maarchFilesWhiteList']);
// echo '</pre>';
// exit;
}
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