6 lines
54 B
PHP
Raw Normal View History

2017-06-24 00:58:56 +03:00
<?php
header('Location:../index.php?id=2');
exit;
?>