Fixed brainos.
This commit is contained in:
parent
e1df8444c0
commit
94428abda8
@ -138,7 +138,7 @@ sub run {
|
||||
password => $self -> {"settings"} -> {"database"} -> {"phpbb_password"},
|
||||
codepath => path_join($self -> {"settings"} -> {"config"} -> {"base"}, "templates", "default"),
|
||||
url => $self -> {"settings"} -> {"config"} -> {"forumurl"})
|
||||
or die_log($out -> remote_host(), "Unable to create phpbb object: ".$SessionHandler::errstr);
|
||||
or die_log($self -> {"cgi"} -> remote_host(), "Unable to create phpbb object: ".$phpBB3::errstr);
|
||||
|
||||
$self -> {"auth"} = $self -> {"phpbb"};
|
||||
|
||||
|
2
Auth.pm
2
Auth.pm
@ -96,7 +96,7 @@ sub init {
|
||||
dbh => $self -> {"dbh"},
|
||||
settings => $self -> {"settings"},
|
||||
app => $self -> {"app"})
|
||||
or "Unable to create AuthMethods object: ".$Auth::Methods -> errstr;
|
||||
or "Unable to create AuthMethods object: ".$AuthMethods -> errstr;
|
||||
|
||||
$self -> {"ANONYMOUS"} = $self -> {"app"} -> anonymous_user();
|
||||
$self -> {"ADMINTYPE"} = $self -> {"app"} -> adminuser_type();
|
||||
|
Loading…
x
Reference in New Issue
Block a user