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