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