You've already forked postfixadmin
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:
@ -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");
|
||||
|
Reference in New Issue
Block a user