onliner security check
This commit is contained in:
parent
17829cfd4a
commit
39cfdc78e0
@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Make sure we are called from index.php
|
||||
if (!defined('SECURITY'))
|
||||
die('Hacking attempt');
|
||||
if (!defined('SECURITY')) die('Hacking attempt');
|
||||
|
||||
// Globally available variables
|
||||
$debug->append('Global smarty variables', 3);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user