0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

drop superfluous Config::read('all') call

This commit is contained in:
Christian Boltz 2018-03-25 21:38:45 +02:00
parent 48a3709041
commit 71d61a1d8a
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -118,11 +118,9 @@ class Shell {
* @access public
*/
public function startup() {
#CHECK!
if (empty($this->params['q'])) {
$this->_welcome();
}
$CONF = Config::read('all');
}
/**
* Displays a header for the shell