Stale file interface/lib/config.inc.php in Git?
Is the interface/lib/config.inc.php file in Git used somewhere?
I have the feeling it's not ... install/tpl/config.inc.php.master is the file that's used in the installer. At least one default config value was added in there via #1544 which is missing from the master file.
There are two other things there that are not in the master file, which are probably stale as well.
```
//** Templates
$conf['templates'] = '/usr/local/ispconfig/server/conf';
```
It's referenced in a comment in
server/plugins-available/nginx_plugin.inc.php and server/plugins-available/apache2_plugin.inc.php
Shall we cleanup those comments here?
and `$conf['country'] = 'DE';` which I also don't see being used. While `default_country` is used for new clients.
issue