meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
system:config:allowed_referrers [2013/08/20 22:00] phplistsystem:config:allowed_referrers [2013/08/20 22:59] (current) – [Data entry] phplist
Line 1: Line 1:
  
 +---- dataentry configoptions ----
 +type     : variable
 +name     : $allowed_referrers
 +purpose  : Domains that can refer to the phpList system
 +allowed  : array of domains
 +default  : empty array
 +status_s : 
 +category : security
 +----
 +
 +
 +Example 
 +
 +<code>
 +$allowed_referrers = array('www.phplist.com','demo.phplist.com');
 +</code>
 +
 +See also [[check_referrer]]