Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-03 01:17:42 +02:00
committed by GitHub
parent 015b2ffcf8
commit 41000d9627
6 changed files with 283 additions and 297 deletions

View File

@ -13,8 +13,6 @@
else {
$panel = new Panel('', $login);
}
// IMPORTANTE:
// VERIFICAR QUE ES ADMIN, SI NO, MOSTRAR MENSAJE DE "ERROR"
?>
<!--
@ -45,10 +43,10 @@
?>
<!-- Contents -->
<div class="row">
<?php
$template->print_msg();
$panel->showPanel($template);
?>
<?php
$template->print_msg();
$panel->showPanel($template);
?>
</div>
</div>
<!-- Footer -->