You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
composer format
This commit is contained in:
@@ -137,7 +137,6 @@ class AliasHandler extends PFAHandler {
|
|||||||
* It also calls parent::init()
|
* It also calls parent::init()
|
||||||
*/
|
*/
|
||||||
public function init($id) {
|
public function init($id) {
|
||||||
|
|
||||||
$bits = explode('@', $id);
|
$bits = explode('@', $id);
|
||||||
if (sizeof($bits) == 2) {
|
if (sizeof($bits) == 2) {
|
||||||
$local_part = $bits[0];
|
$local_part = $bits[0];
|
||||||
|
Reference in New Issue
Block a user