Primer commit del sistema avantika sin cambios
This commit is contained in:
12
modules/reportes-tickets.php
Executable file
12
modules/reportes-tickets.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$empresa->AuthUser();
|
||||
|
||||
if($Usr['type'] != 'admin' && $Usr['type'] != 'centralizador' && $Usr['type'] != 'direccion' && $Usr['type'] != 'compras' && $Usr['type'] != 'supervisor'){
|
||||
header('Location: '.WEB_ROOT);
|
||||
exit;
|
||||
}
|
||||
|
||||
$smarty->assign('view',$_GET['view']);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user