Changeset 7701

Show
Ignore:
Timestamp:
05/08/09 08:14:41 (10 months ago)
Author:
p_lindheimer
Message:

Merged revisions 7700 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.5

r7699 | p_lindheimer | 2009-05-08 08:02:29 -0700 (Fri, 08 May 2009) | 1 line


create more friendly error page with option to proceed with suspect link re #3660

................

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.4

    • Property svnmerge-integrated changed from /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140,5194 /freepbx/branches/2.5:1-6424,6563,6764,7544,7592-7613,7615,7617-7624,7626-7627,7630-7640 /freepbx/trunk:1-5453,5736,5739,5748,5750,5758,5760,5765,5771,5773,5779,5782,5819,5827,5836,5838,5965,5974,6045,6056,6144,6215,6220,6226,6321-6322,6369 to /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140,5194 /freepbx/branches/2.5:1-6424,6563,6764,7544,7592-7613,7615,7617-7624,7626-7627,7630-7640,7700 /freepbx/trunk:1-5453,5736,5739,5748,5750,5758,5760,5765,5771,5773,5779,5782,5819,5827,5836,5838,5965,5974,6045,6056,6144,6215,6220,6226,6321-6322,6369
  • freepbx/branches/2.4/amp_conf/htdocs/admin/config.php

    r7642 r7701  
    4949 
    5050        if (!$refererok) { 
    51                 die_freepbx(_("POTENTIAL SECURITY BREACH: an attempt was made to modify settings from a URL that did not come from a FreePBX page. This action has been blocked because the HTTP_REFERER does not match your current SERVER. If you require this access, you can set CHECKREFERER=false in amportal.conf to disable this security check")); 
     51                showview('bad_refferer'); 
     52                exit; 
    5253        } 
    5354}