onliner security check

This commit is contained in:
Sebastian Grewe 2013-07-11 09:15:36 +02:00
parent 17829cfd4a
commit 39cfdc78e0

View File

@ -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);