diff options
Diffstat (limited to 'mayor-orig/config/module-portal')
-rw-r--r-- | mayor-orig/config/module-portal/config.php.example | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mayor-orig/config/module-portal/config.php.example b/mayor-orig/config/module-portal/config.php.example deleted file mode 100644 index 0be5dcca..00000000 --- a/mayor-orig/config/module-portal/config.php.example +++ /dev/null @@ -1,14 +0,0 @@ -<?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 |