Rev 13 |
|
Rev 85 |
Line 11... |
|
Line 11... |
|
|
|
// CHANGE: Uncomment one of the lines below and change it to point to the base directory |
|
// CHANGE: Uncomment one of the lines below and change it to point to the base directory |
// of your cacti install to enable cacti support in the editor |
|
// of your cacti install to enable cacti support in the editor |
$cacti_base = 'C:/httpd-.2_x64/htdocs/cacti'; |
|
$cacti_base = 'C:/httpd-.2_x64/htdocs/cacti'; |
// $cacti_base = "/var/www/html/cacti"; |
|
// $cacti_base = "/var/www/html/cacti"; |
|
|
|
|
|
|
|
|
|
// CHANGE: this to be the URL of the base of your Cacti install |
|
// CHANGE: this to be the URL of the base of your Cacti install |
// it MUST end with a / character! |
|
// it MUST end with a / character! |
$cacti_url = "http://support.company.net/cacti/"; |
|
$cacti_url = "http://support.company.net/cacti/"; |
|
|
|
|
|
|
|
|
|
// where to look for config files. The directory must be readable |
|
// where to look for config files. The directory must be readable |
// AND writable by whatever user your webserver runs as. |
|
// AND writable by whatever user your webserver runs as. |
// this name is correct if you are using the Cacti plugin |
|
// this name is correct if you are using the Cacti plugin |
Line 36... |
|
Line 34... |
// if you DON'T use Cacti, and the warning in the editor annoys you, |
|
// if you DON'T use Cacti, and the warning in the editor annoys you, |
// then set this to TRUE |
|
// then set this to TRUE |
$ignore_cacti = FALSE; |
|
$ignore_cacti = FALSE; |
|
|
|
|
|
|
|
|
|
|
|
|
// for internal testing |
|
|
$use_jquery=FALSE; |
|
|
?> |
|
?> |
|
|
|