mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-26 02:02:15 +01:00
4 lines
54 B
PHP
4 lines
54 B
PHP
<?php
|
|
header('Location: 2014.html',true,302);
|
|
exit;
|
|
?>
|