eliminacion as login + registro

This commit is contained in:
Tu Nombre
2025-05-05 11:20:41 -06:00
parent a7e1495788
commit c8e95a7769
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
<!-- FOOTER -->
<footer class="fixed-bottom">
&copy; <?= date('Y') ?> <?= htmlspecialchars($siglas) ?> · <?= htmlspecialchars($nombre) ?> · Plataforma desarrollada por AduanaSoft
&copy; <?= date('Y') ?> <?= htmlspecialchars($siglas) ?> · <?= htmlspecialchars($nombre) ?>
</footer>

View File

@@ -170,7 +170,7 @@ $color2 = explode(',', $config['colores_primarios'] ?? '#003366,#0055A5')
<!-- FOOTER -->
<footer class="fixed-bottom">
&copy; <?= date('Y') ?> <?= htmlspecialchars($siglas) ?> · <?= htmlspecialchars($nombre) ?> · Plataforma desarrollada por AduanaSoft
&copy; <?= date('Y') ?> <?= htmlspecialchars($siglas) ?> · <?= htmlspecialchars($nombre) ?>
</footer>