You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
postfixadmin-cli.php
- remove function PostfixAdmin - __construct() is enough ;-) and having both caused a redefinition warning git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1526 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -117,14 +117,6 @@ class PostfixAdmin {
|
|||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
var $shellName = null;
|
var $shellName = null;
|
||||||
/**
|
|
||||||
* Constructs this ShellDispatcher instance.
|
|
||||||
*
|
|
||||||
* @param array $args the argv.
|
|
||||||
*/
|
|
||||||
function PostfixAdmin($args = array()) {
|
|
||||||
$this->__construct($args);
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user