/index.php ******************************/ $private_subpages = array(); /** * Google MAPs API key for locations to display map * * Obtain key: Go to your Google Console (https://console.developers.google.com) and enable "Google Maps JavaScript API" * from overview tab, so go to Credentials tab and make an API key for your project. ******************************/ $gmaps_api_key = ""; $gmaps_api_geocode_key = ""; /** * proxy connection details ******************************/ $proxy_enabled = false; // Enable/Disable usage of the Proxy server $proxy_server = 'myproxy.something.com'; // Proxy server FQDN or IP $proxy_port = '8080'; // Proxy server port $proxy_user = 'USERNAME'; // Proxy Username $proxy_pass = 'PASSWORD'; // Proxy Password $proxy_use_auth = false; // Enable/Disable Proxy authentication /** * General tweaks ******************************/ $config['logo_width'] = 220; // logo width $config['requests_public'] = true; // Show IP request module on login page $config['split_ip_custom_fields'] = false; // Show custom fields in separate table when editing IP address /** * PHP CLI binary for scanning and network discovery. * * The default behaviour is to use the system wide default php version symlinked to php in PHP_BINDIR (/usr/bin/php). * If multiple php versions are present; overide selection with $php_cli_binary. */ // $php_cli_binary = '/usr/bin/php7.1'; /** * Path to mysqldump binary * * default: '/usr/bin/mysqldump' */ // $mysqldump_cli_binary = '/usr/bin/mysqldump';