php-mpos/include/pages/tacpop.inc.php

6 lines
118 B
PHP

<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
$master_template = 'tac/default.tpl';
?>