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