Bontiv-Sourceer source code viewer
Root | Help
./PhpMyCMS/config.php
<?php

/**
 * Configuration de base.
 *
 * @version $Id$
 * @copyright 2009
 */

// Include sécurity
if (!defined('CONFIG_LOADED') || !CONFIG_LOADED) {
define('CONFIG_LOADED', true);

/****************************
*  Configuration SQL        *
*****************************/

$SQL_SERVER = 'localhost';
$SQL_USER = 'root';
$SQL_PASS = '';
$SQL_DATABASE = 'evolution';
$SQL_PREFIXE = '';


/****************************
*  Configuration Engine     *
*****************************/
$DEBUG = FALSE;

// PArametre par défaut
$DEFAULT_MOD = 'theme';
$DEFAULT_ACTION = 'index';
$DEFAULT_THEME = 'default';

// Configuration des path
$HTML_PATH = 'http://127.0.0.1/www';
$HTML_REWRITE = 'http://127.0.0.1/www?';
}

?>
Presented with Bontiv-Sourceer