[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/registration/inc/ -> hook_logout.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Registration                                                *
   4      * http://www.egroupware.org                                                *
   5      * This application written by Joseph Engo <jengo@phpgroupware.org>         *
   6      * --------------------------------------------                             *
   7      * Funding for this program was provided by http://www.checkwithmom.com     *
   8      * --------------------------------------------                             *
   9      *  This program is free software; you can redistribute it and/or modify it *
  10      *  under the terms of the GNU General Public License as published by the   *
  11      *  Free Software Foundation; either version 2 of the License, or (at your  *
  12      *  option) any later version.                                              *
  13      \**************************************************************************/
  14  
  15      /* $Id: hook_logout.inc.php 20009 2005-11-26 14:30:35Z nelius_weiss $ */
  16  
  17      $GLOBALS['egw']->db->query("delete from egw_reg_accounts where reg_dla <= '"
  18          . (time() - 7200) . "'",__LINE__,__FILE__);


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7