
<?php
	if ($_POST['langas1'] == "hi") {  header('Location: neada.php'); }
	elseif ($_POST['langas1'] == "asdr") {  header('Location: fgatar.php'); }
	elseif ($_POST['langas1'] == "D1") {  header('Location: index123.php'); }
	else { header('Location: failas1.php'); }
?>
