1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-07 17:42:53 +03:00

scripts/postfixadmin-cli.php:

- add myself to copyright header
- whitespace changes in dispatch()



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1576 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2013-11-13 19:17:05 +00:00
parent c65e3293b6
commit 84b160bd8e

View File

@@ -11,7 +11,8 @@
* Copyright 2005-2008, Cake Software Foundation, Inc. * Copyright 2005-2008, Cake Software Foundation, Inc.
* 1785 E. Sahara Avenue, Suite 490-204 * 1785 E. Sahara Avenue, Suite 490-204
* Las Vegas, Nevada 89104 * Las Vegas, Nevada 89104
* Modified for Postfixadmin by Valkum * Modified for PostfixAdmin by Valkum 2011
* Modified for PostfixAdmin by Christian Boltz 2011-2013
* *
* Copyright 2010 * Copyright 2010
* *
@@ -253,8 +254,6 @@ class PostfixAdmin {
} }
$this->shellCommand = $command; $this->shellCommand = $command;
$this->shellClass = 'Cli' . Inflector::camelize($command); $this->shellClass = 'Cli' . Inflector::camelize($command);
if (ucfirst($command) == 'Add' || ucfirst($command) == 'Update') { if (ucfirst($command) == 'Add' || ucfirst($command) == 'Update') {