]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - plugins.php
Add Plugins: remove author from card footer
[irc/unrealircd/unrealircd-webpanel.git] / plugins.php
index 2f433cb57e98a25c952988001061ae03cc335139..225d144050226e86fc085166fa9ad10ce00bfa4f 100644 (file)
@@ -45,7 +45,7 @@ class Plugins
        static function plugin_exists($name, $version = NULL)
        {
                foreach(self::$list as $p)
-                       if (!strcasecmp($p->name,$name) && (!$version || ($version >= $p->version)))
+                       if (!strcmp($p->name,$name) && (!$version || ($version >= $p->version)))
                                return true;
 
                return false;