[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/admin/includes/init_includes/ -> init_tlds.php (source)

   1  <?php
   2  /**
   3   * @package admin
   4   * @copyright Copyright 2003-2006 Zen Cart Development Team
   5   * @copyright Portions Copyright 2003 osCommerce
   6   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
   7   * @version $Id: init_tlds.php 3001 2006-02-09 21:45:06Z wilt $
   8   */
   9  if (!defined('IS_ADMIN_FLAG')) {
  10    die('Illegal Access');
  11  }
  12  // set the session name and save path
  13    $http_domain = zen_get_top_level_domain(HTTP_SERVER);
  14    $https_domain = zen_get_top_level_domain(HTTPS_SERVER);
  15    $current_domain = (($request_type == 'NONSSL') ? $http_domain : $https_domain);
  16  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics