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