From 6e6d62a25aad59ecc7c56d08b172cc81adfbb88e Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Thu, 13 Nov 2008 20:02:18 +0000 Subject: [PATCH] Setup script: moved swekey config from signon to server form --- setup/lib/forms.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/lib/forms.inc.php b/setup/lib/forms.inc.php index 4fcbe6909..f83bb5f0f 100644 --- a/setup/lib/forms.inc.php +++ b/setup/lib/forms.inc.php @@ -34,12 +34,12 @@ $forms['Server'] = array('Servers' => array(1 => array( 'auth_type', 'user', 'password', - 'nopassword'))); + 'nopassword', + 'auth_swekey_config' => './swekey.conf'))); $forms['Server_login_options'] = array('Servers' => array(1 => array( 'SignonSession', 'SignonURL', - 'LogoutURL', - 'auth_swekey_config' => './swekey.conf'))); + 'LogoutURL'))); $forms['Server_config'] = array('Servers' => array(1 => array( 'only_db', 'hide_db',