phpgroupware-developers
[Top][All Lists]
Advanced

[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

Attachment: dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]