how to find the last instance of a setting in a config file
- by Glenn Kelley
I am trying to figure out how to find the last entry of a string in multiple config files across a server. Each of the strings will be in the /home/***usernamewouldbehere/public_html/typo3conf/localconf.php file
In short - the last entry in the config files will point to the database server the application is utilizing - and we need to know…