Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
When trying to use passwords in both upper and lower case (password settings) I get the following error message if(!$clower || !$cupper)Commonfunctions.asp 5601I am using Asprunner 5.2 . Seems I have the wrong code on this line. PHP?
Hi,this bug was fixed in the ASPRunnerPro 6.0.To make your pages working open C:/Program Files/ASPRunnerPro5.2/source/include/commonfunctions.asp file, find this line:
if(!$clower || !$cupper)
and replace it with this one:
if clower=0 or cupper=0 then