php-mpos/public/include/pages/password.inc.php
2013-05-25 10:58:53 +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");
?>