Table of Contents
DbFacePHP's main config file is located at application/config.php file.
We suggest you backup the default config file before handy-modifing the config file.
$config['settings_table_lines']
default 20.
Please specify a number as a page row shown every page in the table editor.
$config['settings_sqllab_lines']
$config['ExecTimeLimit']
$config['MemoryLimit']
$config['register_open']
$config['white_list']
Network ranges can be specified as:
- single ip: 192.168.0.234
- Wildcard format: 1.2.3.*
- CIDR format: 1.2.3/24 OR 1.2.3.4/255.255.255.0
- Start-End IP format: 1.2.3.0-1.2.3.255
it expects you to use one of the above 4 formats as whitelist
