[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] Repost Prevention
From: |
Dave Hall |
Subject: |
[Phpgroupware-developers] Repost Prevention |
Date: |
Sun, 22 Jun 2003 09:55:31 +1000 |
Hi all,
After no objection on the wiki or this list, I have committed the repost
prevention code to the 16 branch. Inline docs are there. The basic
thing works like this:
if($GLOBALS['phpgwapi']->is_repost())
{
echo 'Using the back button is evil!';
exit;
}
The code lives in the sessions class - with a shortcut in the api.
Thanks to Sigurd for helping with developing this.
Any problems, you know where to find me :)
Cheers
Dave
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
- [Phpgroupware-developers] Repost Prevention,
Dave Hall <=