summaryrefslogtreecommitdiff
path: root/includes/pages/admin_active.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_active.php')
-rw-r--r--includes/pages/admin_active.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_active.php b/includes/pages/admin_active.php
index 241d0904..7811d795 100644
--- a/includes/pages/admin_active.php
+++ b/includes/pages/admin_active.php
@@ -92,7 +92,7 @@ function admin_active() {
$match = false;
$index = join("", $usr);
foreach ($tokens as $t)
- if (strstr($index, trim($t))) {
+ if (stristr($index, trim($t))) {
$match = true;
break;
}