13
kaupo
8y

When you find this in the PHP code:

if(condition) {
// code
} else {
die('horrible death');
}

Cheers to the fellow devRanter who added it and also to whoever is going to get to "else" part :D

Comments
Add Comment