php-mpos/public/include/pages/tacpop.inc.php
2013-12-19 20:59:26 +11:00

9 lines
157 B
PHP

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