I need a definition for what this code is.
Posted: Fri Nov 26, 2010 8:57 am
Greetings php technorati. I found this strip of code on my server and I would like to verify what it does. Here is the code:
Does this block the GET method?
I am currently having trouble with my page and I cant find a problem in my code.
Please advise.
Thanks in advance,
Batoe
Code: Select all
<?php
if ($_GET['randomId'] != "0P3DdC7m24jjoFdQMsMYTe_JQxF7K4Qzr5vrG2pnBjBstoKisLaXAhu07DtZBgfz") {
echo "Access Denied";
exit();
}
// display the HTML code:
echo stripslashes($_POST['wproPreviewHTML']);
?> Please advise.
Thanks in advance,
Batoe