You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +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
|
# hardcode to logged in admin
|
||||||
if ($this->admin_username == '') {
|
if ($this->admin_username == '') {
|
||||||
|
Reference in New Issue
Block a user