@ -79,11 +79,13 @@ function admin_arrive()
$match = false;
$index = join(' ', $usr->toArray());
foreach ($tokens as $t) {
if (stristr($index, trim($t))) {
$t = trim($t);
if (!empty($t) && stristr($index, $t)) {
$match = true;
break;
}
if (!$match) {
continue;