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:
20
test.php
20
test.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user