4 lines
100 B
PHP
Executable File
4 lines
100 B
PHP
Executable File
<?php
|
|
header("HTTP/1.1 303 See Other");
|
|
header("Location: http://todo.timshomepage.net/task/list");
|