PHP OpenID consumer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

one.php 86B

12345
  1. <?PHP
  2. header('Location: ' . str_replace('one', 'two', $_SERVER['REQUEST_URI']));
  3. ?>