Create tacpop.inc.php

This commit is contained in:
nrpatten 2013-12-19 20:59:26 +11:00
parent 4d06f36590
commit e0c066d656

View 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;
?>