13 lines
227 B
PHP
Executable File
13 lines
227 B
PHP
Executable File
<?php
|
|
|
|
$empresa->AuthUser();
|
|
|
|
if(!$usuario->AllowPage($page, $_SESSION['loginKey'])){
|
|
header('Location: '.WEB_ROOT);
|
|
exit;
|
|
}
|
|
|
|
$smarty->assign('msg', $msg);
|
|
$smarty->assign('devoluciones', $devoluciones);
|
|
|
|
?>
|