6 lines
153 B
PHP
Executable File
6 lines
153 B
PHP
Executable File
<?php
|
|
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
|
|
|
if ($user->isAuthenticated()) $smarty->assign("CONTENT", "default.tpl");
|
|
?>
|