auth: Rename phpbb_login.py to phpbb.py.
[matthijs/projects/wipi.git] / conf / farmconfig.py
index 8043ed353e29562f4bc8ca5b4efa0931c6301bbe..98eccab6da50f8f1710efb7e15243313ff889f2f 100644 (file)
@@ -165,7 +165,7 @@ class FarmConfig(DefaultConfig):
     require_comment = True
 
     # Authentication
-    from auth.phpbb_login import PhpbbAuth # This comes from plugin
+    from auth.phpbb import PhpbbAuth # This comes from plugin
     from dbsettings import phpbb_dbhost, phpbb_dbuser, phpbb_dbpass, phpbb_dbname
     phpbb = PhpbbAuth(
         name    = 'phpbb',