Fixes and improvements to main.php, test.php, c_login.php, reposicion_profesor_materias.php, puesto.php, action_usuarios_insert.php, periodos.php, reposicion_autoriza.php, profesor_faltas.php

This commit is contained in:
2024-01-22 16:12:37 +00:00
parent 8b9ef01a36
commit 113ac2aedd
17 changed files with 366 additions and 156 deletions

View File

@@ -13,21 +13,11 @@
<!-- -->
<body style="display: block;">
<?php
include('include/constantes.php');
include("import/html_header.php");
html_header("test.php");
?>
<main class="container content content-margin" id="local-app">
<pre>
<?= $user ?>
</pre>
</main>
<?
include "import/html_footer.php";
?>
hola
<?
# throw an uncaught exception
throw new Exception('Uncaught Exception');
?>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>