home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.3.4.exe / Apache2 / admin / session_close.inc < prev    next >
Encoding:
Text File  |  2003-03-16  |  556 b   |  20 lines

  1. <?php
  2. /********************************************************
  3.     include/session_close.inc
  4.     (C)Copyright 2000-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
  5.  
  6.     This file is part of IlohaMail, and released under GPL.
  7.     See COPYING, or http://www.fsf.org/copyleft/gpl.html
  8.     
  9.     PURPOSE:
  10.         Shell for include/session_close.backend.inc
  11.  
  12. ********************************************************/
  13.  
  14.     if ($ILOHAMAIL_SESSION) $user = $ILOHAMAIL_SESSION;
  15.  
  16.     include("../conf/conf.inc");
  17.     if ($backend!="FS") $backend="DB";
  18.     include("../include/session_close.".$backend.".inc");
  19.  
  20. ?>