You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
Update AdminpasswordHandler.php
This commit is contained in:
@ -39,7 +39,7 @@ class AdminpasswordHandler extends PFAHandler
|
||||
);
|
||||
}
|
||||
|
||||
public function init($id) :bool
|
||||
public function init(string $id) :bool
|
||||
{
|
||||
# hardcode to logged in admin
|
||||
if ($this->admin_username == '') {
|
||||
|
Reference in New Issue
Block a user