You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +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 {
|
class PostfixAdmin {
|
||||||
/**
|
/**
|
||||||
* Version
|
* Version
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -170,7 +170,7 @@ class PostfixAdmin {
|
|||||||
define('PATH', $this->params['webroot'] );
|
define('PATH', $this->params['webroot'] );
|
||||||
} else {
|
} else {
|
||||||
define('PATH', CORE_PATH);
|
define('PATH', CORE_PATH);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!file_exists(PATH)) {
|
if (!file_exists(PATH)) {
|
||||||
$this->stderr( PATH . " don't exists");
|
$this->stderr( PATH . " don't exists");
|
||||||
|
Reference in New Issue
Block a user