<?php
// Аvtor: Bender
// Site: UzBender.Ru
// ICQ: 660030214
// E-mail: Bender_1011@list.ru
if($_SERVER['QUERY_STRING'])
{
header('Location: http://android.gegas.ru/get.php?'.$_SERVER['QUERY_STRING'],true,301);
}
else
{
header('Location: index.php',true,301);
}
?>