]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - plugins/sql_auth/SQL/settings.php
Large cosmetics update
[irc/unrealircd/unrealircd-webpanel.git] / plugins / sql_auth / SQL / settings.php
index 3a38daafe6dbdf9d9f833941a847fcc9e071a5f7..e0ab011bf973ad7b60c7f10924618a21ada62db3 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+
 class AuthSettings {
 
     public $list = [];
@@ -14,4 +15,4 @@ class AuthSettings {
             $this->list[$row['setting_key']] = $row['setting_value'];
         }
     }
-}
\ No newline at end of file
+}