mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +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 *
|
* phpGroupWare API - Session management *
|
||||||
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
|
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
|
||||||
@ -1177,7 +1177,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
//used for repost prevention
|
//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 */
|
/* if we end up with any extravars then we generate the url friendly string */
|
||||||
/* and return the result */
|
/* and return the result */
|
||||||
@ -1300,4 +1300,4 @@
|
|||||||
*/
|
*/
|
||||||
function total()
|
function total()
|
||||||
{}
|
{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user