aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-16 16:19:19 -0700
committerfriendica <info@friendica.com>2014-10-16 16:19:19 -0700
commit7bbe700f3f170cc4527131165a9b9ab1f99e5cd1 (patch)
tree8d04658594fe651637aaad89dda82d6ca3990cc8 /boot.php
parent8391e8b1a179b9bda9198e0eb54171b4b88eb5f0 (diff)
downloadvolse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.gz
volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.tar.bz2
volse-hubzilla-7bbe700f3f170cc4527131165a9b9ab1f99e5cd1.zip
mark signature forgeries
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 1824e792f..14d0a61a5 100755
--- a/boot.php
+++ b/boot.php
@@ -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.