php-mpos/public/include/pages/error.inc.php
2014-01-28 07:26:08 -05:00

7 lines
145 B
PHP

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