web/bpi-extension-de-la-pub/index.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 19 Mar 2014 17:22:11 +0100
changeset 1088 4834162e1cd6
parent 1046 856319539eb9
child 1186 e10c0c8ec4d5
permissions -rw-r--r--
Added tag V02.78 for changeset 89c7c5e2ac06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1043
4d50a093c39b Add event bpi pub > not finalised yet
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     1
<?php
4d50a093c39b Add event bpi pub > not finalised yet
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     2
// Permanent redirection
4d50a093c39b Add event bpi pub > not finalised yet
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     3
header("HTTP/1.1 301 Moved Permanently");
1046
856319539eb9 correct program edito#3 & images BPI
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents: 1043
diff changeset
     4
header("Location: client.php");
1043
4d50a093c39b Add event bpi pub > not finalised yet
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     5
exit();
4d50a093c39b Add event bpi pub > not finalised yet
Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
parents:
diff changeset
     6
?>