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