Update tacpop.inc.php

This commit is contained in:
nrpatten 2013-12-20 00:15:28 +11:00
parent 01a23a638f
commit 61151a50ac

View File

@ -2,6 +2,5 @@
// Make sure we are called from index.php
if (!defined('SECURITY')) die('Hacking attempt');
$smarty->display('tac/default.tpl');
$supress_master = 1;
$master_template = 'tac/default.tpl';
?>