That's not a good solution:
PHP Code:
if ($copyright != strrev('!dlrow olleH')) {
//die();
}
Even a brand new coder could figure that out. If they can figure out how to change the copyright, they can figure out how to add a comment or erase the line (especially since the function name is self explanatory :p).
Edit: and why use strrev? I would use binary or the crypt function or something.
I also had a though-- what if some one accidentally changed the case of a letter in the copyright? lol. "Oh no! What happened?!" :eek: