From 8b5ccd302bd1497de721a25e4ce086bebf95173f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 08 Jun 2008 15:32:42 -0400 Subject: [PATCH] Fixed a problem with the logout when the php session has ended. --- install/install.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index c64b25d..3138ee5 100644 --- a/install/install.php +++ b/install/install.php @@ -134,6 +134,10 @@ //* Configure postfix $inst->configure_postfix(); + + //* Configure postfix + swriteln('Configuring Jailkit'); + $inst->configure_jailkit(); //* Configure saslauthd swriteln('Configuring SASL'); -- Gitblit v1.9.1