home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / shareware / nmsetup.exe / WebServer / web / logout.php < prev    next >
Encoding:
PHP Script  |  2006-05-01  |  434 b   |  17 lines

  1. <?php
  2. ////////////////////////////////////////////////////////////////////////////////
  3. // <!--Copyright (c) 2005 Pure Networks Inc.  All rights reserved.-->
  4. ////////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Build: 3.0.6121.0 (Stable)
  7. // $Revision: #1 $
  8. //
  9. require '_util.php';
  10. // Ensure that we have started the session
  11. session_start();
  12. logoff();
  13. gotoAbs('/folders');    
  14. exit();
  15. ?>
  16.  
  17.