Create tacpop.inc.php
This commit is contained in:
parent
4d06f36590
commit
e0c066d656
8
public/include/pages/tacpop.inc.php
Normal file
8
public/include/pages/tacpop.inc.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// Make sure we are called from index.php
|
||||||
|
if (!defined('SECURITY')) die('Hacking attempt');
|
||||||
|
|
||||||
|
$smarty->display('default.tpl');
|
||||||
|
$supress_master = 1;
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user