[ 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]

/config/ -> header.php.dist (source)

   1  <?php
   2  /**
   3   * $Horde: imp/config/header.php.dist,v 1.1.2.2 2005/12/11 01:38:04 slusarz Exp $
   4   *
   5   * This file will allow you to set headers to append to outgoing mail messages.
   6   *
   7   * To add a new header item, simply add a new entry to the $_header array.
   8   * The "key" should be the header name.
   9   * The "value" should be the header data.
  10   *
  11   * Example entries:
  12   *
  13   *  // Add the IP of the remote browser
  14   *  $_header['X-Originating-IP'] = $_SERVER['REMOTE_ADDR'];
  15   *
  16   *  // Add the Browser information of the remote browser
  17   *  $_header['X-Remote-Browser'] = $_SERVER['HTTP_USER_AGENT'];
  18   */
  19  
  20  $_header = array();
  21  
  22  /* Add your custom entries below this line. */


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