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
pull/2/head
Christian Boltz 11 years ago
parent 5d4240ce52
commit 41a2b72e6d

@ -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
*

Loading…
Cancel
Save