Open zazzati opened 5 years ago
I don't see any reason why not. Please can you implement and test this (including adding the new config options to config_extended.php) and open a pull request for review?
Its seem that variable and constants in config_extended.php are not visibile in application scope.
In config.php i read
NOTE: To use options from config_extended.php, you need to copy them to this file
Whats the correct way ?
Follow this! There are many settings to allow to use of proxy in PHPList?
We have installed phplist on a server farm behind proxy.
Phplist after login try to contact
https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/updateLib.php
$serverUrl = "https://download.phplist.org/version.json";
With php curl, there are no proxy setting in the code:
`
$ch = curl_init();
`
The request fail with a timed out.
it is possible to plan the insertion in the code of
or smilar code ?
thx