[ PHPXref.com ] [ Generated: Sun Jul 20 16:25:17 2008 ] [ ActionApps 2.8.1b ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> auth_maintain.php3 (source)

   1  <?php
   2  /* This script should be called once a day from cron to maintain the
   3   * Auth tables with the parameter <tt>maintain_auth=1</tt>.
   4   *
   5   * @package ReaderInput
   6   * @version $Id: auth_maintain.php3,v 1.1 2003/02/11 17:44:59 jakubadamek Exp $
   7   * @author Jakub Adamek, Econnect
   8   * @copyright (c) 2002-3 Association for Progressive Communications 
   9   */
  10  
  11  require_once  "include/auth.php3";
  12  
  13  if ($maintain_auth) 
  14      AuthMaintenance();
  15  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]