1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-28 11:41:57 +03:00

delete suprefluous whitespace

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1843 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2016-05-20 20:58:13 +00:00
parent 52a7df2b3a
commit 694d13f6db

View File

@ -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");