Guest User

Untitled

a guest
Jun 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $_POST['path'] = "/mypath";
  2.  
  3. $_POST['path'] = preg_replace( "#[^-0-9a-zA-Z/]#", "", $_POST['path']);
Add Comment
Please, Sign In to add comment