config.php
author Dan
Wed, 25 Jul 2007 18:09:21 -0400
changeset 75 1f85c1c609fd
parent 72 bda11e521e8a
child 77 63ca29eda873
permissions -rw-r--r--
Oops, forgot to add PageGroups.php in plugins/admin/

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