include("ust.php");?>
$p = $_GET["p"]; if(file_exists($p.".php")){ include($p.".php"); }else{ include("ana.php"); } ?>
include("alt.php");?>