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