salir.php 103 B

12345
  1. <?php
  2. require_once 'class/c_login.php';
  3. // DESTROY SESSION
  4. Login::log_out();
  5. header("Location: .");