php-mpos/public/include/pages/tacpop.inc.php
2013-12-19 06:42:34 -05:00

8 lines
160 B
PHP

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