Corrección supervisores

This commit is contained in:
PAAD
2024-03-08 14:11:41 -06:00
parent e1cf98fb99
commit f55775d9be
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
<?php
require_once "{$_SERVER['DOCUMENT_ROOT']}/vendor/autoload.php";
print_r ($_SERVER);
require_once "/saa_dsk/www/vendor/autoload.php";
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
$dotenv->load();
use \SeinopSys\PostgresDb;

View File

@@ -204,7 +204,7 @@
<!-- italic -->
<div v-else class="text-muted font-italic">
Reposición el {{ clase.reposicion_fecha }} a las
{{ clase.reposicion_hora.slice(0, 5) }} h en el salón {{ clase.reposicion_salon
{{ clase.reposicion_hora?.slice(0, 5) }} h en el salón {{ clase.reposicion_salon
}}
</div>
</td>
@@ -815,4 +815,4 @@
</script>
</body>
</html>
</html>