function _include($file){
if(!file_exists($file)) {
 die("Dosya bulunamadı");
} else {
include($file);
}
_include("inc/ku_yatidfgf.php");