jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [editor-config.php-dist] - Blame information for rev 135

 

Line No. Rev Author Line
11simandl<?php
2 
313simandl//
4// The editor tries to guess where your cacti installation is, but you
5// may need to copy this file to editor-config.php, and edit the lines below
6// if it doesn't guess correctly.
7//
8 
9 
10 
11 
121simandl// CHANGE: Uncomment one of the lines below and change it to point to the base directory
13// of your cacti install to enable cacti support in the editor
1413simandl$cacti_base = 'C:/httpd-.2_x64/htdocs/cacti';
151simandl// $cacti_base = "/var/www/html/cacti";
16 
17 
1813simandl// CHANGE: this to be the URL of the base of your Cacti install
19// it MUST end with a / character!
20$cacti_url = "http://support.company.net/cacti/";
21 
22 
231simandl// where to look for config files. The directory must be readable
24// AND writable by whatever user your webserver runs as.
25// this name is correct if you are using the Cacti plugin
2613simandl 
271simandl// NOTE: You MIGHT need to use the full path to the configs folder here,
28// (it seems to depend on the PHP or OS version)
29// $mapdir= $cacti_base.'/plugins/weathermap/configs';
30$mapdir='configs';
31 
32 
3313simandl 
34// if you DON'T use Cacti, and the warning in the editor annoys you,
35// then set this to TRUE
36$ignore_cacti = FALSE;
37 
38 
391simandl?>

Powered by WebSVN 2.2.1