<?php function close_mod($uid){ if($uid!=='7'){ echo "Данный раздел модифицируется."; include ('tmp/foot.php'); exit; } }