equal
deleted
inserted
replaced
1 <?php |
|
2 /* Enano auto-generated configuration file - editing not recommended! */ |
|
3 $dbhost = 'localhost'; |
|
4 $dbname = 'enano_stable'; |
|
5 $dbuser = 'enano'; |
|
6 $dbpasswd = 'clurichaun'; |
|
7 if(!defined('ENANO_CONSTANTS')) { |
|
8 define('ENANO_CONSTANTS', ''); |
|
9 define('table_prefix', ''); |
|
10 define('scriptPath', '/stable'); |
|
11 define('contentPath', '/stable/'); |
|
12 define('ENANO_INSTALLED', 'true'); |
|
13 } |
|
14 $crypto_key = '26b7d241c07dc59600586044c948f86be5b3f3349a084a8c'; |
|
15 ?> |
|