jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [weathermap-cacti-rebuild.php] - Blame information for rev 4

 

Line No. Rev Author Line
11simandl<?php
2global $config;
3global $weathermap_debugging, $WEATHERMAP_VERSION;
4 
5$cacti_base = "C:/Program Files/xampp/htdocs/cacti/";
6 
7include_once($cacti_base."/include/config.php");
8 
9include_once($config["library_path"] . DIRECTORY_SEPARATOR."database.php");
10include_once(dirname(__FILE__).DIRECTORY_SEPARATOR."setup.php");
11include_once(dirname(__FILE__).DIRECTORY_SEPARATOR."lib".DIRECTORY_SEPARATOR."poller-common.php");
12 
13weathermap_setup_table();
14 
15weathermap_run_maps(dirname(__FILE__) );
16 
17 
18// vim:ts=4:sw=4:
19?>

Powered by WebSVN 2.2.1