version 1.95, 2011/11/14 17:27:34
|
version 1.95.10.1, 2012/02/17 22:47:39
|
Line 812 sub main () {
|
Line 812 sub main () {
|
undef $perlvarref; |
undef $perlvarref; |
delete $perlvar{'lonReceipt'}; # remove since sensitive and not needed |
delete $perlvar{'lonReceipt'}; # remove since sensitive and not needed |
delete $perlvar{'lonSqlAccess'}; # remove since sensitive and not needed |
delete $perlvar{'lonSqlAccess'}; # remove since sensitive and not needed |
|
delete $perlvar{'reCAPTCHA_PRIVATE'}; # remove since sensitive and not needed |
|
delete $perlvar{'reCAPTCHA_PUBLIC'}; # remove since sensitive and not needed |
chdir($perlvar{'lonDaemons'}); |
chdir($perlvar{'lonDaemons'}); |
# --------------------------------------- Make sure that LON-CAPA is configured |
# --------------------------------------- Make sure that LON-CAPA is configured |
# I only test for one thing here (lonHostID). This is just a safeguard. |
# I only test for one thing here (lonHostID). This is just a safeguard. |