X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=test%2Fcgi-test;h=85074d2dff1abdbe4c413d19fae10709bdf02a30;hp=5f2f07f97928b35cd27d2da0f8cb675b0d63617c;hb=d5109b4395d35a615f36fc7629803c24d489c516;hpb=60980ca92d257c48503c9fb7c9613a0aedd37978 diff --git a/test/cgi-test b/test/cgi-test index 5f2f07f97..85074d2df 100755 --- a/test/cgi-test +++ b/test/cgi-test @@ -1,7 +1,5 @@ #!/usr/bin/perl -Tw # -# $Id: cgi-test,v 1.2 1999-08-23 12:26:37 ivan Exp $ -# # This is the beginning of a test suite for the web interface. # It's also excellent for populating your database with some meaningful test # data. (a derivative is used by the web demo) @@ -10,14 +8,6 @@ # Usage: cgi-test http://base.freeside.url/with/path/ username password # (Yes, if you were properly paranoid and are using SSL, you'll need to get # libwww-perl working with SSL to use this.) -# -# $Log: cgi-test,v $ -# Revision 1.2 1999-08-23 12:26:37 ivan -# need to untaint the command line -# -# Revision 1.1 1999/04/08 13:05:40 ivan -# web interface tester / sample data creator -# use strict; #use diagnostics;