Changeset 7700

Show
Ignore:
Timestamp:
05/08/09 08:05:31 (1 year ago)
Author:
p_lindheimer
Message:

Merged revisions 7699 via svnmerge from
http://svn.freepbx.org/freepbx/trunk

........

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.5

    • Property svnmerge-integrated changed from /freepbx/branches/2.4:1-5944 /freepbx/trunk:1-6490,6502-6510,6513-6575,6980-7048,7218-7243,7245-7303,7306-7325,7328-7329,7331-7412,7414-7423,7426-7477,7479-7488,7490-7521 to /freepbx/branches/2.4:1-5944 /freepbx/trunk:1-6490,6502-6510,6513-6575,6980-7048,7218-7243,7245-7303,7306-7325,7328-7329,7331-7412,7414-7423,7426-7477,7479-7488,7490-7521,7699
  • freepbx/branches/2.5/amp_conf/htdocs/admin/config.php

    r7640 r7700  
    5656 
    5757        if (!$refererok) { 
    58                 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")); 
     58                showview('bad_refferer'); 
     59                exit; 
    5960        } 
    6061}