You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
fix formatting
This commit is contained in:
@@ -409,8 +409,7 @@ require_once(dirname(__FILE__) . '/../common.php');
|
|||||||
$dispatcher = new PostfixAdmin($argv);
|
$dispatcher = new PostfixAdmin($argv);
|
||||||
try {
|
try {
|
||||||
$retval = $dispatcher->dispatch();
|
$retval = $dispatcher->dispatch();
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch(Exception $e) {
|
|
||||||
$dispatcher->stderr("Execution Exception: " . $e->getMessage());
|
$dispatcher->stderr("Execution Exception: " . $e->getMessage());
|
||||||
$retval = 1;
|
$retval = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user