From 251b8f24c230496d7583f498ea33b0c6b1f9cb38 Mon Sep 17 00:00:00 2001 From: jengo Date: Fri, 17 Nov 2000 15:04:04 +0000 Subject: [PATCH] Adding in LDAP import of accounts into setup --- setup/inc/setup_auth.inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup/inc/setup_auth.inc.php b/setup/inc/setup_auth.inc.php index f80d834af5..86a7b13578 100644 --- a/setup/inc/setup_auth.inc.php +++ b/setup/inc/setup_auth.inc.php @@ -14,6 +14,16 @@ // Include to check user authorization against the // password in ../header.inc.php to protect all of the setup // pages from unauthorized use. + + function setup_header() + { + global $phpgw_info; + + echo 'phpGroupWare - setup' + . '
 phpGroupWare version ' + . $phpgw_info["server"]["version"] . ' setup
'; + } function loginForm($err="") { global $PHP_SELF;