aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-fenntarto/config
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-fenntarto/config')
-rw-r--r--mayor-orig/mayor-fenntarto/config/module-fenntarto/config.php.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/mayor-orig/mayor-fenntarto/config/module-fenntarto/config.php.example b/mayor-orig/mayor-fenntarto/config/module-fenntarto/config.php.example
new file mode 100644
index 00000000..0e53fee4
--- /dev/null
+++ b/mayor-orig/mayor-fenntarto/config/module-fenntarto/config.php.example
@@ -0,0 +1,10 @@
+<?php
+
+ //define('__FENNTARTO_INSTALLED',true);
+
+ $MYSQL_DATA['fenntarto']['user']= 'mayor_fenntarto';
+ $MYSQL_DATA['fenntarto']['pw']= '%SQLPW%';
+ $MYSQL_DATA['fenntarto']['db']= 'mayor_fenntarto';
+
+
+?>