MCImageManager:Configuration/IPAuthenticator.ip numbers
From Moxiecode Documentation Wiki
[edit]
Option: IPAuthenticator.ip_numbers
This option enables you valid IP numbers that may access the application. Both individual IP numbers and IP ranges are accepted.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['IPAuthenticator.ip_numbers'] = "10.0.0.1,10.0.0.2,192.168.1.1-192.168.1.255";
[edit]
Example of usage in the Web.Config file
<add key="IPAuthenticator.ip_numbers" value="10.0.0.1,10.0.0.2,192.168.1.1-192.168.1.255" />
