From 2f7d3d953433be5ab7b5c6d812978e6e603d8573 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 27 Feb 2018 21:16:54 +0000 Subject: [PATCH] remove (possibly) unnecessary Config::read(all) calls ... see #144 --- scripts/postfixadmin-cli.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/postfixadmin-cli.php b/scripts/postfixadmin-cli.php index 197eb073..43784222 100644 --- a/scripts/postfixadmin-cli.php +++ b/scripts/postfixadmin-cli.php @@ -1,5 +1,10 @@ #!/usr/bin/php dispatch(); /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */