Răsfoiți Sursa

Merge pull request #5 from ja-rg/Pruebas

Pruebas
Alejandro Rosales 1 an în urmă
părinte
comite
e1cf98fb99
2 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 0
      salir.php
  2. 2 2
      test.php

+ 1 - 0
salir.php

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

+ 2 - 2
test.php

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