mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
disableling the click_history til someone starts useing it
This commit is contained in:
parent
f4fd01dd10
commit
ef850c835b
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare API - Session management *
|
||||
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
|
||||
@ -1177,7 +1177,7 @@
|
||||
}
|
||||
|
||||
//used for repost prevention
|
||||
$extravars['click_history'] = $this->generate_click_history();
|
||||
// $extravars['click_history'] = $this->generate_click_history();
|
||||
|
||||
/* if we end up with any extravars then we generate the url friendly string */
|
||||
/* and return the result */
|
||||
@ -1300,4 +1300,4 @@
|
||||
*/
|
||||
function total()
|
||||
{}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user