jablonka.czprosek.czf

weathermap

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

 

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 
18 
1913simandl// CHANGE: this to be the URL of the base of your Cacti install
20// it MUST end with a / character!
21$cacti_url = "http://support.company.net/cacti/";
22 
23 
24 
251simandl// where to look for config files. The directory must be readable
26// AND writable by whatever user your webserver runs as.
27// this name is correct if you are using the Cacti plugin
2813simandl 
291simandl// NOTE: You MIGHT need to use the full path to the configs folder here,
30// (it seems to depend on the PHP or OS version)
31// $mapdir= $cacti_base.'/plugins/weathermap/configs';
32$mapdir='configs';
33 
34 
3513simandl 
36// if you DON'T use Cacti, and the warning in the editor annoys you,
37// then set this to TRUE
38$ignore_cacti = FALSE;
39 
40 
41 
42 
43// for internal testing
44$use_jquery=FALSE;
451simandl?>

Powered by WebSVN 2.2.1