config.php
author Dan
Wed, 25 Jul 2007 18:06:34 -0400
changeset 74 68469a95658d
parent 72 bda11e521e8a
child 77 63ca29eda873
permissions -rw-r--r--
Various bugfixes and cleanups, too much to remember... see the diffs for what got changed :-)

<?php
/* Enano auto-generated configuration file - editing not recommended! */
$dbhost   = 'localhost';
$dbname   = 'enano_stable';
$dbuser   = 'enano';
$dbpasswd = 'clurichaun';
if(!defined('ENANO_CONSTANTS')) {
define('ENANO_CONSTANTS', '');
define('table_prefix', '');
define('scriptPath', '/stable');
define('contentPath', '/stable/');
define('ENANO_INSTALLED', 'true');
}
$crypto_key = '26b7d241c07dc59600586044c948f86be5b3f3349a084a8c';
?>