bagder: curl-www curl.pm,1.11,1.12
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv2332
Modified Files:
curl.pm
Log Message:
fixed better root dir
Index: curl.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/curl.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- curl.pm 12 May 2005 13:04:51 -0000 1.11
+++ curl.pm 19 Oct 2006 11:15:35 -0000 1.12
@@ -1,7 +1,7 @@
require "CGI.pm";
-our $root="/userdir/dast/curl_html";
+our $root="/home/dast/curl_html";
sub stitle {
my ($title)=@_;