Jacek Kowalski
2017-08-28 adfb2d2afab2b017db7006fcb7808d66aa2ef411
1
2
3
4
5
6
7
8
9
<?php
if(is_file('list.xml')) {
    header('Location: locate.htm');
}
else
{
    header('Location: begin.php');
}
?>