2017-06-24 00:58:56 +03:00

6 lines
54 B
PHP

<?php
header('Location:../index.php?id=2');
exit;
?>