version 1.8, 2005/03/16 21:35:17
|
version 1.9, 2005/04/07 06:56:24
|
Line 25
|
Line 25
|
# |
# |
# http://www.lon-capa.org/ |
# http://www.lon-capa.org/ |
# |
# |
# (Access Handler for File Transfers |
|
# (lonacc: Cookie Based Access Handler |
|
# 5/21/99,5/22,5/29,5/31,6/15 Gerd Kortemeyer) |
|
# 6/16,6/18 Gerd Kortemeyer) |
|
# 6/18,6/21,6/26,6/28,6/29,6/30, |
|
# 7/2,7/3,7/9,7/10,7/12, |
|
# 01/06,01/14,10/5, |
|
# 06/14/01 Gerd Kortemeyer |
|
|
|
package Apache::lonrep; |
package Apache::lonrep; |
|
|
use strict; |
use strict; |
use Apache::Constants qw(:common :http); |
use Apache::Constants qw(:common :http); |
use Apache::lonnet(); |
use Apache::lonnet; |
use Apache::File(); |
use Apache::File(); |
use CGI::Cookie(); |
use CGI::Cookie(); |
|
|