Changeset 7700
- Timestamp:
- 05/08/09 08:05:31 (1 year ago)
- Files:
-
- freepbx/branches/2.5 (modified) (1 prop)
- freepbx/branches/2.5/amp_conf/htdocs/admin/config.php (modified) (1 diff)
- freepbx/branches/2.5/amp_conf/htdocs/admin/views/bad_refferer.php (copied) (copied from freepbx/trunk/amp_conf/htdocs/admin/views/bad_refferer.php)
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 56 56 57 57 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; 59 60 } 60 61 }
