<?php $connectFile="/haber/system/connect.php"; if(file_exists($connectFile)){ require $connectFile; } else{ echo"baglanti dosyanızyok"; } ?>