Validaciones - Alta de: Proveedores, Transportistas, Transportes y Choferes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
require_once __DIR__ . '/../helpers/session.php';
|
||||
require_once __DIR__ . '/../../config/database.php';
|
||||
// 1) Composer autoload (phpdotenv y demás libs)
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
@@ -1309,7 +1309,7 @@ function generarHtmlNotificacion($datos) {
|
||||
<strong>© {$datos['anioActual']} SIIH</strong> · Desarrollado por
|
||||
<span style='color: #007bff; font-weight: 600;'>AduanaSoft</span>
|
||||
<br>
|
||||
<small style='color: #adb5bd;'>Sistema Integral de Importación y Herramientas</small>
|
||||
<small style='color: #adb5bd;'>Sistema Integral para Importadores de Hidrocarburos</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>";
|
||||
|
||||
Reference in New Issue
Block a user