Update of /cvsroot/sandweb/sandweb/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv30111/bin
Modified Files:
sandweb.cgi
Log Message:
* hackishly implemented Unix auth, identified what needs to be changed to make it cleaner
* must've forgot to checkin batch_download, here it is
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.356
retrieving revision 1.357
diff -U2 -r1.356 -r1.357
--- sandweb.cgi 8 Jul 2003 20:23:02 -0000 1.356
+++ sandweb.cgi 8 Jul 2003 22:07:50 -0000 1.357
@@ -709,10 +709,10 @@
MENU => 'login',
PROGNAME => "$progname",
- SALT => $salt,
+ #SALT => $salt,
);
- my $javascript = $ui->get_javascript(
- SCRIPT => 'md5',
- );
+ #my $javascript = $ui->get_javascript(
+ # SCRIPT => 'md5',
+ #);
print $cgi->header;
@@ -723,5 +723,5 @@
FOOTER => '',
CONTENT => $content,
- JAVASCRIPT => $javascript,
+ #JAVASCRIPT => $javascript,
MESSAGE => $message,
);
|