[LON-CAPA-cvs] cvs: loncom(loncapaMITrelate_1) / loncron
raeburn
raeburn at source.lon-capa.org
Fri Feb 17 17:47:40 EST 2012
raeburn Fri Feb 17 22:47:40 2012 EDT
Modified files: (Branch: loncapaMITrelate_1)
/loncom loncron
Log:
- Customization for MITrelate.
- Remove reCAPTCHA perlvars from entries displayed on lon-status page.
Index: loncom/loncron
diff -u loncom/loncron:1.95 loncom/loncron:1.95.10.1
--- loncom/loncron:1.95 Mon Nov 14 17:27:34 2011
+++ loncom/loncron Fri Feb 17 22:47:39 2012
@@ -2,7 +2,7 @@
# Housekeeping program, started by cron, loncontrol and loncron.pl
#
-# $Id: loncron,v 1.95 2011/11/14 17:27:34 raeburn Exp $
+# $Id: loncron,v 1.95.10.1 2012/02/17 22:47:39 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -812,6 +812,8 @@
undef $perlvarref;
delete $perlvar{'lonReceipt'}; # 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'});
# --------------------------------------- Make sure that LON-CAPA is configured
# I only test for one thing here (lonHostID). This is just a safeguard.
More information about the LON-CAPA-cvs
mailing list