php-mpos/include/pages/password.inc.php
2015-04-26 20:06:29 -05:00

6 lines
142 B
PHP

<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
// Tempalte specifics
$smarty->assign("CONTENT", "default.tpl");