Guest User

Untitled

a guest
May 20th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.5'; // Modified or inserted by TYPO3 Install Tool.
  2. $host = php_uname('n');
  3. if ($host == 'euve21195.vserver.de') {
  4. $typo_db_username = 'startup_match'; // Modified or inserted by TYPO3 Install Tool.
  5. $typo_db_password = 'xxxxxx'; // Modified or inserted by TYPO3 Install Tool.
  6. $typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
  7. $typo_db = 'startup'; // Modified or inserted by TYPO3 Install Tool.
  8. }
  9. else {
  10. $typo_db_username = 'smatch_website'; // Modified or inserted by TYPO3 Install Tool.
  11. $typo_db_password = 'yyyyyyyy'; // Modified or inserted by TYPO3 Install Tool.
  12. $typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
  13. $typo_db = 'smatch_website'; // Modified or inserted by TYPO3 Install Tool.
  14. }
  15. ...
Add Comment
Please, Sign In to add comment