Changeset 13877

Show
Ignore:
Timestamp:
03/23/12 14:42:46 (1 year ago)
Author:
p_lindheimer
Message:

Merged revisions 13876 via svnmerge from
http://www.freepbx.org/v2/svn/freepbx/branches/2.10

........

r13876 | p_lindheimer | 2012-03-23 11:40:54 -0700 (Fri, 23 Mar 2012) | 1 line


fix potential XSS security issue

........

Files:

Legend:

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

    • Property svn:mergeinfo changed from /freepbx/branches/2.10:13073,13075-13076,13078-13081,13084,13087,13780,13870 to /freepbx/branches/2.10:13073,13075-13076,13078-13081,13084,13087,13780,13870,13876
    • Property svnmerge-integrated changed from /freepbx/branches/2.8:1-11479,12035 /freepbx/branches/2.10:1-12618,12932,13073-13081,13084,13087,13780,13870 to /freepbx/branches/2.10:1-12618,12932,13073-13081,13084,13087,13780,13870,13876 /freepbx/branches/2.8:1-11479,12035
  • freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/login.php

    r12076 r13877  
    420420            </td> 
    421421            <td> 
    422               <input type='text' name='username' value='" . $login . "' maxlength=20 tabindex=1> 
     422              <input type='text' name='username' value='" . htmlspecialchars($login) . "' maxlength=20 tabindex=1> 
    423423            </td> 
    424424          </tr>