[TYPO3-dev] Exclude get vars from cHash check.
Nikolas Hagelstein
hagelstein at shr.cc
Wed Dec 5 14:57:55 CET 2007
Hi,
For thoose who are interessted in i just uploaded an extension to TER which
implements the
"exclude from cHash" feature.
It is named "nh_exclchashvars".
And all you have to do add something like this to ext_localconf or
localconf.php :
---
$TYPO3_CONF_VARS['FE']['excludeCHashVars'][] = 'abc';
---
Where 'abc' is the name of the get var to ignore.
Please report back any issues.
Cheers,
NIkolas
More information about the TYPO3-dev
mailing list