12 lines
174 B
PHP
Executable File
12 lines
174 B
PHP
Executable File
<?php
|
|
|
|
$empresa->AuthUser();
|
|
|
|
$p = intval($_GET["p"] ?? 0);
|
|
$motivo->SetPage($p);
|
|
$motivos = $motivo->Enumerate();
|
|
|
|
$smarty->assign('motivos', $motivos);
|
|
|
|
|
|
?>
|