PHP только включает файл

$inc = get_included_files(); if(basename(__FILE__) == basename($inc[0])) exit();
Fragile Flamingo