1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-28 11:41:57 +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:
Christian Boltz
2013-10-06 20:22:12 +00:00
parent 5d4240ce52
commit 41a2b72e6d

View File

@ -117,14 +117,6 @@ class PostfixAdmin {
* @access public
*/
var $shellName = null;
/**
* Constructs this ShellDispatcher instance.
*
* @param array $args the argv.
*/
function PostfixAdmin($args = array()) {
$this->__construct($args);
}
/**
* Constructor
*