config.php
changeset 72 bda11e521e8a
parent 0 902822492a68
child 77 63ca29eda873
--- a/config.php	Sun Jul 15 11:41:06 2007 -0400
+++ b/config.php	Sat Jul 21 11:28:59 2007 -0400
@@ -0,0 +1,15 @@
+<?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';
+?>
\ No newline at end of file