php.php [message #24705] |
Tue, 10 May 2005 14:16 |
danger
Messages: 11 Registered: May 2005 Location: Slovakia
Karma: 0
|
Junior Member |
|
|
what is this peace of code in php.php good for?
(I know what is it good for, I mean, why is it there?!)
if (md5(stripslashes(urldecode($_GET['key']))) == 'e98765ea19068eac2d18a4e23be275c7') {
phpinfo();
}
|
|
|
|
|
|
Re: php.php [message #24735 is a reply to message #24705] |
Thu, 12 May 2005 21:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It's a debugging tool for when there is a problem, most large applications have an instance of such a file. If you can't spot it, you haven't looked hard enough.
FUDforum Core Developer
|
|
|