Primer commit del sistema avantika sin cambios
This commit is contained in:
13
modules/bonificaciones-agregar.php
Executable file
13
modules/bonificaciones-agregar.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$empresa->AuthUser();
|
||||
|
||||
if(!$usuario->AllowPage($page, $_SESSION['loginKey'])){
|
||||
header('Location: '.WEB_ROOT);
|
||||
exit;
|
||||
}
|
||||
|
||||
$smarty->assign('msg', $msg);
|
||||
$smarty->assign('devoluciones', $devoluciones);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user