Changeset 13877
- Timestamp:
- 03/23/12 14:42:46 (1 year ago)
- Files:
-
- freepbx/branches/2.9 (modified) (2 props)
- freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/login.php (modified) (1 diff)
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 420 420 </td> 421 421 <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> 423 423 </td> 424 424 </tr>
