aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/config/module-portal
diff options
context:
space:
mode:
authorM.Gergo2018-07-06 11:34:04 +0200
committerM.Gergo2018-07-06 11:34:04 +0200
commit095e5987eadbe3786be5e12ef385bda9640155b0 (patch)
treee796dcd1c575094cf43e0b0b7d4c8fb22896e66f /mayor-orig/config/module-portal
parent43de9af71f7f4ca5731b94a06d688ae8412ba427 (diff)
downloadmayor-095e5987eadbe3786be5e12ef385bda9640155b0.tar.gz
mayor-095e5987eadbe3786be5e12ef385bda9640155b0.zip
checkupdate.sh + portal 2018/Feb kiinduló
Diffstat (limited to 'mayor-orig/config/module-portal')
-rw-r--r--mayor-orig/config/module-portal/config.php.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/mayor-orig/config/module-portal/config.php.example b/mayor-orig/config/module-portal/config.php.example
new file mode 100644
index 00000000..0be5dcca
--- /dev/null
+++ b/mayor-orig/config/module-portal/config.php.example
@@ -0,0 +1,14 @@
+<?php
+
+ //define('__PORTAL_INSTALLED',true);
+
+ $MYSQL_DATA['portal']['user']= 'mayor_portal';
+ $MYSQL_DATA['portal']['pw']= '%SQLPW%';
+ $MYSQL_DATA['portal']['db']= 'mayor_portal';
+
+ define('__PORTAL_CODE','demo');
+
+ // A hír kiíráskor legyen-e RTE
+ define('__RICH_TEXT_EDITOR',true);
+
+?> \ No newline at end of file