3

I just wrote an error handler in php (would trigger only if the user's stupid enough):

if (!$detail_trans && !header_moved) {
die("asshole");
}

Comments
  • 1
    You should add a counter or notification. Take a drink when it triggers. You'll have alcohol poisoning before you know it! Always assume you will have many "stupid enough" users.
Add Comment