Jacek Kowalski
2013-03-02 85c65e52b25199e17e9a2f9a4ad002bde03afa03
commit | author | age
175a52 1 <?php
JK 2 if(is_file('list.xml')) {
3     header('Location: locate.htm');
4 }
5 else
6 {
7     header('Location: begin.php');
8 }
9 ?>