function auth_adm(){
return "si";
}
--------------------------------------

include (1.php);
if (auth_adm()=="si")
echo "ciao";
else
echo "miao";