web/enmi12-barcamp/index.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 15 Apr 2013 12:48:58 +0200
changeset 841 bf648f325dc4
parent 832 607c957a7099
child 886 1e110b03ae96
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V02.23 for changeset 0e13b27cc7c7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
832
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
// Permanent redirection
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
header("Location: client.php");
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
exit();
607c957a7099 Added ENMI12-barcamp
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
?>