Posted on 2007-02-15 01:03:39-08 by tonyb48
Insecure dependency in unlink while running with -T switch
I am little more than a novice and convinced my host to install Authen::Captcha so I could prevent automated sign-ins on a site I am designing for high school alumni. When I add the following code to my script I got the error in the Subject line.
my $md5sum = $captcha->generate_code($number_of_characters);
Prior to this statement I have the following, and the script does not break (although it does not do anything yet)
use Authen::Captcha; my $captcha = Authen::Captcha->new(); $captcha->data_folder ('/home/httpd/vhosts/orhsfoundation.com/cgi-bin/alumni/captcha'); $captcha->output_folder ('/home/httpd/vhosts/orhsfoundation.com/httpdocs/alumni/images/captcha'); my $number_of_characters = 5;
I also found "codes.txt" in the data_folder and some .png files in the output_folder, so something is working. Any clues you can provide me? Thanks Tony Barre
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.