]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - plugins.php
It is now mandatory to load an auth provider: either sql_auth or file_auth.
[irc/unrealircd/unrealircd-webpanel.git] / plugins.php
index c080e1b7ab1353464677a05640304c075581f5f6..6a82c87384667c5a4948b81d3118c022b8371863 100644 (file)
@@ -119,8 +119,6 @@ function require_plugin($name, $version)
                die("Missing plugin: $name v$version");
 }
 
-
-
 /* I'm not a fan of globals */
 class AuthModLoaded
 {
@@ -130,4 +128,4 @@ class AuthModLoaded
 function is_auth_provided()
 {
        return AuthModLoaded::$status;
-}
\ No newline at end of file
+}