--- modules/gci/lonlogin.pm 2009/10/03 01:41:27 1.4 +++ modules/gci/lonlogin.pm 2009/11/19 15:22:20 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.4 2009/10/03 01:41:27 gci Exp $ +# $Id: lonlogin.pm,v 1.5 2009/11/19 15:22:20 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -139,6 +139,8 @@ sub handler { my $version = $r->dir_config('lonVersion'); my $host_name = &Apache::lonnet::hostname($lonhost); if ($domain eq 'gcitest') { + $lonhost = 'gcitestl1'; + $host_name = 'gcitest.lite.msu.edu'; $sitename = 'GCI Testing Center'; $shortsitename = 'Testing Center'; $existing = 'Student with Testing Center account?';