Changeset 1751 for trunk/wp-login.php
- Timestamp:
- 10/05/2004 04:22:31 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r1748 r1751 140 140 $log = $_POST['log']; 141 141 $pwd = $_POST['pwd']; 142 $redirect_to = preg_replace('|[^a-z ?=&/~.:_-]|i', '', $_POST['redirect_to']);142 $redirect_to = preg_replace('|[^a-z0-9-~+_.?#=&;,/:]|i', '', $_POST['redirect_to']); 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.