diff --git a/scripts/postfixadmin-cli.php b/scripts/postfixadmin-cli.php index c78f61e8..b105e85d 100644 --- a/scripts/postfixadmin-cli.php +++ b/scripts/postfixadmin-cli.php @@ -34,7 +34,7 @@ class PostfixAdmin { /** - * Version + * Version * * @var string */ @@ -170,7 +170,7 @@ class PostfixAdmin { define('PATH', $this->params['webroot'] ); } else { define('PATH', CORE_PATH); - } + } if (!file_exists(PATH)) { $this->stderr( PATH . " don't exists");