Merge pull request #5 from ja-rg/Pruebas

Pruebas
This commit is contained in:
Alejandro Rosales
2024-03-07 12:11:26 -06:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<?php <?php
require_once 'class/c_login.php'; require_once 'class/c_login.php';
// DESTROY SESSION // DESTROY SESSION
## EL PROGRAMA ESTÁ SALIENDO
Login::log_out(); Login::log_out();
header("Location: ."); header("Location: .");

View File

@@ -13,10 +13,10 @@
<!-- --> <!-- -->
<body style="display: block;"> <body style="display: block;">
hola adiós a todos mis amigos
<? <?
# throw an uncaught exception # throw an uncaught exception
throw new Exception('Uncaught Exception'); //throw new Exception('Uncaught Exception');
?> ?>
</body> </body>
<script src="js/jquery.min.js"></script> <script src="js/jquery.min.js"></script>