config.php
author Dan
Sat, 21 Jul 2007 11:28:59 -0400
changeset 72 bda11e521e8a
parent 0 902822492a68
child 77 63ca29eda873
permissions -rw-r--r--
Fixed a few presentation bugs in installer, made installer more "legally binding", and fixed global permissions inheritance in $session->fetch_page_acl()

<?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';
?>