Patentes - Agentes Aduanales
This commit is contained in:
9
app/controllers/automatizaciones.php
Normal file
9
app/controllers/automatizaciones.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../helpers/session.php';
|
||||
require_once __DIR__ . '/../../config/database.php';
|
||||
require_once __DIR__ . '/../helpers/crypto.php';
|
||||
|
||||
function index()
|
||||
{
|
||||
include __DIR__ . '/../../views/automatizaciones/automatizaciones.php';
|
||||
}
|
||||
Reference in New Issue
Block a user