php-mpos/public/include/pages/tacpop.inc.php
2013-12-20 00:15:28 +11:00

7 lines
140 B
PHP

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