From c8c3955f06884e2ed993ca4357a1c77e5047210e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 18 Jul 2004 10:16:08 +0000 Subject: [PATCH] fixed scriptServer test --- lam-0.4/tests/conf-test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam-0.4/tests/conf-test.php b/lam-0.4/tests/conf-test.php index 0fbff75f..070f3323 100644 --- a/lam-0.4/tests/conf-test.php +++ b/lam-0.4/tests/conf-test.php @@ -29,7 +29,7 @@ echo " Current Config

"); $conf->printconf(); echo ("

Starting Test...

"); -// now all prferences are loaded +// now all preferences are loaded echo ("Loading preferences..."); $ServerURL = $conf->get_ServerURL(); $cachetimeout = $conf->get_cacheTimeout(); @@ -131,7 +131,7 @@ $conf2->set_hostlistAttributes($hostlistAttributes); $conf2->set_maxlistentries($maxlistentries); $conf2->set_defaultLanguage($defaultlanguage); $conf2->set_scriptPath($scriptpath); -$conf2->set_scriptServer($scriptserver); +$conf2->set_scriptServer($scriptServer); $conf2->set_samba3($samba3); $conf2->set_pwdhash($pwdhash); $conf2->save();