Changeset 1748 for trunk/wp-login.php
- Timestamp:
- 10/05/2004 08:35:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r1742 r1748 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-z?=&/~.:_-]|i', '', $_POST['redirect_to']); 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.