Answers for "php only includable file"

PHP
0

php only includable file

$inc = get_included_files(); if(basename(__FILE__) == basename($inc[0])) exit();
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language