[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/ -> configuration.php-dist (source)

   1  <?php
   2  /**
   3  * @version $Id: configuration.php-dist 7424 2007-05-17 15:56:10Z robs $
   4  * @package Joomla
   5  * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
   6  * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
   7  * Joomla! is free software and parts of it may contain or be derived from the
   8  * GNU General Public License or other free or open source software licenses.
   9  * See COPYRIGHT.php for copyright notices and details.
  10  *
  11  * -------------------------------------------------------------------------
  12  * THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
  13  *
  14  * If you are installing Joomla manually i.e. not using the web installer
  15  * then rename this file to configuration.php e.g.
  16  *
  17  * UNIX -> mv configuration.php-dist configuration.php
  18  * Windows -> rename configuration.php-dist configuration.php
  19  *
  20  * Now edit this file and configure the parameters for your site and
  21  * database.
  22  * -------------------------------------------------------------------------
  23  * Database configuration section
  24  * -------------------------------------------------------------------------
  25  */
  26  $mosConfig_offline = '0';
  27  $mosConfig_host = 'localhost';    // This is normally set to localhost
  28  $mosConfig_user = '';            // MySQL username
  29  $mosConfig_password = '';        // MySQL password
  30  $mosConfig_db = '';                // MySQL database name
  31  $mosConfig_dbprefix = 'jos_';    // Do not change unless you need to!
  32  /**
  33  * -------------------------------------------------------------------------
  34  * Site specific configuration
  35  * -------------------------------------------------------------------------
  36  */
  37  if(!defined('RG_EMULATION')) { define( 'RG_EMULATION', 0 ); }    // Off by default for security
  38  $mosConfig_lang = 'english';                // Site language
  39  $mosConfig_absolute_path = '/path/to/joomla/install';    // No trailing slash
  40  $mosConfig_live_site = 'http://your_joomla_site.com';    // No trailing slash
  41  $mosConfig_sitename = 'Joomla';                // Name of Joomla site
  42  $mosConfig_shownoauth = '0';                // Display links & categories users don't have access to
  43  $mosConfig_useractivation = '1';            // Send new registration passwords via e-mail
  44  $mosConfig_uniquemail = '1';                // Require unique email adress for each user
  45  $mosConfig_offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
  46  $mosConfig_lifetime = '900';                 // Frontend Session time
  47  $mosConfig_session_life_admin = '1800';        // Admin Session Time
  48  $mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system';
  49  $mosConfig_MetaKeys = 'joomla';
  50  $mosConfig_MetaTitle = '1';
  51  $mosConfig_MetaAuthor = '1';
  52  $mosConfig_debug = '0';
  53  $mosConfig_locale = 'en_GB';
  54  $mosConfig_offset = '0';                // Server Local Time
  55  $mosConfig_offset_user = '0';            // User Local Time
  56  $mosConfig_hideAuthor = '0';
  57  $mosConfig_hideCreateDate = '0';
  58  $mosConfig_hideModifyDate = '0';
  59  $mosConfig_hidePdf = '0';
  60  $mosConfig_hidePrint = '0';
  61  $mosConfig_hideEmail = '0';
  62  $mosConfig_enable_log_items = '0';
  63  $mosConfig_enable_log_searches = '0';
  64  $mosConfig_enable_stats = '0';
  65  $mosConfig_sef = '0';
  66  $mosConfig_vote = '0';
  67  $mosConfig_gzip = '0';
  68  $mosConfig_multipage_toc = '0';
  69  $mosConfig_allowUserRegistration = '1';
  70  $mosConfig_error_reporting = -1;
  71  $mosConfig_error_message = 'This site is temporarily unavailable.<br />Please contact your System Administrator.';
  72  $mosConfig_link_titles = '0';
  73  $mosConfig_list_limit = '30';
  74  $mosConfig_caching = '0';
  75  $mosConfig_cachepath = '/path/to/joomla/install/cache';
  76  $mosConfig_cachetime = '900';
  77  $mosConfig_mailer = 'mail';
  78  $mosConfig_mailfrom = '';
  79  $mosConfig_fromname = '';
  80  $mosConfig_sendmail = '/usr/sbin/sendmail';
  81  $mosConfig_smtpauth = '0';
  82  $mosConfig_smtpuser = '';
  83  $mosConfig_smtppass = '';
  84  $mosConfig_smtphost = 'localhost';
  85  $mosConfig_back_button = '1';
  86  $mosConfig_item_navigation = '1';
  87  $mosConfig_secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
  88  $mosConfig_pagetitles = '1';
  89  $mosConfig_readmore = '1';
  90  $mosConfig_hits = '1';
  91  $mosConfig_icons = '1';
  92  $mosConfig_favicon = 'favicon.ico';
  93  $mosConfig_fileperms = '';
  94  $mosConfig_dirperms = '';
  95  $mosConfig_helpurl = 'http://help.joomla.org';
  96  $mosConfig_mbf_content='0';
  97  $mosConfig_editor = 'tinymce';
  98  $mosConfig_admin_expired = '1';
  99  $mosConfig_frontend_login = '1';
 100  $mosConfig_frontend_userparams = '1';
 101  $mosConfig_itemid_compat = '0';
 102  setlocale (LC_ALL, $mosConfig_locale);            // Country locale
 103  ?>


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics