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();