php-mpos/public/include/pages/gettingstarted.inc.php
2013-05-06 14:11:38 +02:00

10 lines
172 B
PHP

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