[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/ -> index.php (source)

   1  <?php
   2  /**
   3   * $Horde: imp/index.php,v 2.73.10.4 2007/01/02 13:54:54 jan Exp $
   4   *
   5   * Copyright 1999-2007 Charles J. Hagenbuch <chuck@horde.org>
   6   * Copyright 1999-2007 Jon Parise <jon@horde.org>
   7   *
   8   * See the enclosed file COPYING for license information (GPL).  If you
   9   * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  10   */
  11  
  12  @define('IMP_BASE', dirname(__FILE__));
  13  $imp_configured = (@is_readable(IMP_BASE . '/config/conf.php') &&
  14                     @is_readable(IMP_BASE . '/config/mime_drivers.php') &&
  15                     @is_readable(IMP_BASE . '/config/prefs.php') &&
  16                     @is_readable(IMP_BASE . '/config/servers.php'));
  17  
  18  if (!$imp_configured) {
  19      require IMP_BASE . '/../lib/Test.php';
  20      Horde_Test::configFilesMissing('IMP', IMP_BASE,
  21          array('conf.php', 'mime_drivers.php', 'prefs.php'),
  22          array('servers.php' => 'This file controls the default settings for IMP, and also defines the list of available servers if you are using the server list.'));
  23  }
  24  
  25  require  IMP_BASE . '/redirect.php';


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics