/usr/share/netmrg/include/config_site-dist.php is in netmrg 0.20-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?php
/********************************************
* NetMRG Integrator
*
* config_site.php
* Local Site Configuration
*
* see doc/LICENSE for copyright information
********************************************/
// Error Reporting Level
// error_reporting(E_ALL ^ E_NOTICE);
// DB Config
// $GLOBALS["netmrg"]["dbdebug"] = true;
// Authentication Config
// $GLOBALS["netmrg"]["authTimeout"] = 86400; // 24hr * 60min * 60sec
// $GLOBALS["netmrg"]["defaultMapUser"] = "NETMRG_DEFAULT_MAP";
// Template Config
// $GLOBALS["netmrg"]["traffictemplateid"] = 7;
// $GLOBALS["netmrg"]["disktemplateid"] = 8;
?>
|