Jacek Kowalski
2017-08-28 adfb2d2afab2b017db7006fcb7808d66aa2ef411
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 ?>