reverted last change
This commit is contained in:
parent
27c68d11b9
commit
f18bc7e38c
|
@ -75,9 +75,7 @@ if (isset($_GET['DN'])) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$suffix = strtolower($_SESSION['config']->get_Suffix($type));
|
$suffix = strtolower($_SESSION['config']->get_Suffix($type));
|
||||||
$suffix = str_replace(' ,', ',', $suffix);
|
|
||||||
$DNlower = strtolower($DN);
|
$DNlower = strtolower($DN);
|
||||||
$DNlower = str_replace(' ,', ',', $DNlower);
|
|
||||||
if (strpos($DNlower, $suffix) !== (strlen($DNlower) - strlen($suffix))) {
|
if (strpos($DNlower, $suffix) !== (strlen($DNlower) - strlen($suffix))) {
|
||||||
logNewMessage(LOG_ERR, 'User tried to access entry of type ' . $type . ' outside suffix ' . $suffix);
|
logNewMessage(LOG_ERR, 'User tried to access entry of type ' . $type . ' outside suffix ' . $suffix);
|
||||||
die();
|
die();
|
||||||
|
|
Loading…
Reference in New Issue