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

  1. <?php
  2. /********************************************************
  3.     include/as_update.inc
  4.     
  5.     (C)2002 Ryo Chijiiwa <Ryo@IlohaMail.org>
  6.  
  7.     This file is part of IlohaMail, and released under GPL.
  8.     See COPYING, or http://www.fsf.org/copyleft/gpl.html
  9.     
  10.     PURPOSE:
  11.         Shell for as_update.backend.inc
  12.         Update session table with latest send operation.
  13.  
  14. ********************************************************/
  15.  
  16. include_once("../conf/conf.inc");
  17.  
  18. if ($backend=="FS"){
  19.     //no anti-spam for FS backend
  20. }else{
  21.     include("../include/as_update.DB.inc");
  22. }
  23.  
  24. ?>