7 changed files with 40 additions and 5 deletions
@ -1,8 +1,9 @@ |
|||
<?php |
|||
|
|||
// PHP Template Preprocessor by Savetheinternet |
|||
// http://codecanyon.net/user/Savetheinternet |
|||
// [email protected] |
|||
if($_SERVER['SCRIPT_FILENAME'] == str_replace('\\', '/', __FILE__)) { |
|||
// You cannot request this file directly. |
|||
header('Location: ../', true, 302); |
|||
exit; |
|||
} |
|||
|
|||
// ----------------------------------------------------- |
|||
// Standard configuration |
|||
|
Loading…
Reference in new issue