demonstration of file handling | include secure | back to the code view
This checks the name of the PHP file currently executing. If it is crackme.php , then the program dies before it gets to important code, because you didn't intend for anyone to execute this file on its own. If it is included in some other PHP file, then the $PHP_SELF variable will be something other than crackme.php, and the program will continue to execute.
phparadise | back to top | search phparadise | generated in 0.006 seconds
24 hits by 15 users in the last 30 minutes.