This will let you edit the override file without having to re-run conf.pl.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4139
7612ce4b-ef26-0410-bec9-
ea0150e637f0
print CF "\$use_smtp_tls = $use_smtp_tls;\n";
print CF "\n";
-
- if ( open(LOCAL,"config_local.php") ) {
- # A config_local.php file exists - add it to the bottom of config.php
- while ( $line = <LOCAL> ) {
- print CF $line;
- }
- close LOCAL;
- }
+ print CF "\@include SM_PATH . 'config/config_local.php';\n";
print CF "\n/**\n";
print CF " * Make sure there are no characters after the PHP closing\n";