[ Index ] |
|
Code source de IMP H3 (4.1.5) |
1 <?php 2 3 require_once 'Horde/Maintenance.php'; 4 require_once $GLOBALS['registry']->get('fileroot', 'imp') . '/lib/base.php'; 5 6 /** 7 * $Horde: imp/lib/Maintenance/imp.php,v 1.19.10.6 2007/01/02 13:55:01 jan Exp $ 8 * 9 * The Maintenance_IMP class defines the maintenance operations run upon 10 * login to IMP. 11 * 12 * Copyright 2001-2007 Michael Slusarz <slusarz@bigworm.colorado.edu> 13 * 14 * See the enclosed file COPYING for license information (GPL). If you 15 * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. 16 * 17 * @author Michael Slusarz <slusarz@bigworm.colorado.edu> 18 * @since IMP 3.0 19 * @package Horde_Maintenance 20 */ 21 class Maintenance_IMP extends Maintenance { 22 23 /** 24 * Hash holding maintenance preference names. 25 * 26 * @var array 27 */ 28 var $maint_tasks = array( 29 'tos_agreement' => MAINTENANCE_FIRST_LOGIN, 30 'fetchmail_login' => MAINTENANCE_EVERY, 31 'rename_sentmail_monthly' => MAINTENANCE_MONTHLY, 32 'delete_sentmail_monthly' => MAINTENANCE_MONTHLY, 33 'delete_attachments_monthly' => MAINTENANCE_MONTHLY, 34 'purge_trash' => MAINTENANCE_MONTHLY 35 ); 36 37 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 12:30:07 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |