iTx Technologies offre gratuitement
cet espace pour Joomla !

title

Body

[fermer]

/installation/ -> index.php (source)

   1  <?php
   2  /**
   3  * @version        $Id: index.php 10381 2008-06-01 03:35:53Z pasamio $
   4  * @package        Joomla
   5  * @subpackage    Installation
   6  * @copyright    Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
   7  * @license        GNU/GPL, see LICENSE.php
   8  * Joomla! is free software and parts of it may contain or be derived from the
   9  * GNU General Public License or other free or open source software licenses.
  10  * See COPYRIGHT.php for copyright notices and details.
  11  */
  12  
  13  define( '_JEXEC', 1 );
  14  
  15  define( 'JPATH_BASE', dirname( __FILE__ ) );
  16  
  17  define( 'DS', DIRECTORY_SEPARATOR );
  18  
  19  require_once  ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
  20  require_once  ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
  21  
  22  // create the mainframe object
  23  $mainframe =& JFactory::getApplication('installation');
  24  
  25  // initialuse the application
  26  $mainframe->initialise();
  27  
  28  // render the application
  29  $mainframe->render();
  30  
  31  
  32  
  33  /**
  34   * RETURN THE RESPONSE
  35   */
  36  echo JResponse::toString();


Generé en: Tue Mar 2 18:10:43 2010 | Cross-referenced par PHPXref 0.7