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