if ($_SERVER[REQUEST_URI] == '/index.php') {
header('Status: 301 Moved Permanently');
header('Location: http://www.moa.waw.pl');
exit;
}
12 maj 2008
if ($_SERVER[REQUEST_URI] == '/index.php') {
header('Status: 301 Moved Permanently');
header('Location: http://www.moa.waw.pl');
exit;
}