block loading include files directly
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<?php
|
||||
if($_SERVER['SCRIPT_FILENAME'] == str_replace('\\', '/', __FILE__)) {
|
||||
// You cannot request this file directly.
|
||||
header('Location: ../', true, 302);
|
||||
exit;
|
||||
}
|
||||
|
||||
/*
|
||||
Stuff to help with the display.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user