diff options
author | friendica <info@friendica.com> | 2014-10-16 16:19:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-16 16:19:19 -0700 |
commit | 7bbe700f3f170cc4527131165a9b9ab1f99e5cd1 (patch) | |
tree | 8d04658594fe651637aaad89dda82d6ca3990cc8 /boot.php | |
parent | 8391e8b1a179b9bda9198e0eb54171b4b88eb5f0 (diff) | |
download | volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.gz volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.bz2 volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.zip |
mark signature forgeries
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -555,6 +555,7 @@ define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was success define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to. define ( 'ITEM_RSS', 0x8000); // Item comes from a feed. Use this to decide whether to link the title // Don't make us evaluate this same item again. + /** * * Reverse the effect of magic_quotes_gpc if it is enabled. |