summaryrefslogtreecommitdiff
path: root/includes/pages/admin_active.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-27 15:00:41 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-27 15:00:41 +0100
commite82c31a76defb0cd3b611e13e33faa091a97cebc (patch)
treed6f6d3c16f4ffab46ab950865fc400df7fec877e /includes/pages/admin_active.php
parent1cf84a87be359705de20657892352cb060d8704f (diff)
parent7a2eae0a4b41232d7a9dd9dfec7bf8dfe5e919bf (diff)
Merge branch 'master' of https://vcs.wybt.net/engelsystem/git
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;
}