Jacek Kowalski
2012-12-08 08d387a3f318f53c580e770b4e2efd8641e5670f
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 ?>