Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 477742 | Differences between
and this patch

Collapse All | Expand All

(-)a/share/server/core/defines/global.php (-5 / +5 lines)
Lines 65-71 Link Here
65
define('DEBUGLEVEL', 6);
65
define('DEBUGLEVEL', 6);
66
66
67
// Path to the debug file
67
// Path to the debug file
68
define('DEBUGFILE', '../../../var/nagvis-debug.log');
68
define('DEBUGFILE', '../../var/nagvis-debug.log');
69
69
70
// It is possible to define a conf.d directory for splitting the main
70
// It is possible to define a conf.d directory for splitting the main
71
// configuration in several files. Only the values defined in the CONST_MAINCFG
71
// configuration in several files. Only the values defined in the CONST_MAINCFG
Lines 79-92 Link Here
79
// The last value wins.
79
// The last value wins.
80
//
80
//
81
// Path to the main configuration file
81
// Path to the main configuration file
82
define('CONST_MAINCFG', '../../../etc/nagvis.ini.php');
82
define('CONST_MAINCFG', '../../etc/nagvis.ini.php');
83
define('CONST_MAINCFG_CACHE', '../../../var/nagvis-conf');
83
define('CONST_MAINCFG_CACHE', '../../var/nagvis-conf');
84
84
85
// Path to the main configuration conf.d directory
85
// Path to the main configuration conf.d directory
86
define('CONST_MAINCFG_DIR', '../../../etc/conf.d');
86
define('CONST_MAINCFG_DIR', '../../etc/conf.d');
87
87
88
// The directory below the NagVis root which is shared by the webserver
88
// The directory below the NagVis root which is shared by the webserver
89
define('HTDOCS_DIR', 'share');
89
define('HTDOCS_DIR', '');
90
90
91
// Needed minimal PHP version
91
// Needed minimal PHP version
92
define('CONST_NEEDED_PHP_VERSION', '5.0');
92
define('CONST_NEEDED_PHP_VERSION', '5.0');

Return to bug 477742