<?php
if(!$_SERVER['HTTP_REFERER']){
die('Doğrudan erişim yasak');
}
?>