php-mpos/public/include/pages/tac.inc.php
2013-12-12 09:58:05 +01:00

7 lines
145 B
PHP

<?php
// Make sure we are called from index.php
if (!defined('SECURITY')) die('Hacking attempt');
$smarty->assign("CONTENT", "default.tpl");
?>