home *** CD-ROM | disk | FTP | other *** search
/ grafika-wolowiec.cba.pl / grafika-wolowiec.cba.pl.tar / grafika-wolowiec.cba.pl / res / imlogout.php < prev    next >
PHP Script  |  2014-01-24  |  141b  |  9 lines

  1. <?php
  2. @require_once("x5engine.php");
  3.  
  4. $pa = new imPrivateArea();
  5. $pa->logout();
  6. header("Location: ../");
  7.  
  8. // End of file imlogout.php
  9.