Search found 2 matches

by connectsunny
Tue May 11, 2004 8:06 am
Forum: PHP - Code
Topic: Are there any security holes in this script?
Replies: 7
Views: 874

thanks

I thought some1 would point out in the code itself ..... where i am wrong ! Can some1 make life easier for me coz i dont have much tym left for this assessment
by connectsunny
Tue May 11, 2004 6:12 am
Forum: PHP - Code
Topic: Are there any security holes in this script?
Replies: 7
Views: 874

Are there any security holes in this script?

<html> <head> <title>My Photo Album (also known as the "Swiss Cheese")</title> </head> <body> <h1>My Photo Album</h1> <?php $adminPassword = "thebigboss"; // change the password anyway! // try to authenticate if ($_POST["password"] == $adminPassword) { $isAdmin = true; ...