jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [weathermap] - Diff between revs 13 and 18

Show entire file Ignore whitespace

Rev 13 Rev 18
Line 1... Line 1...
#!/usr/local/bin/php #!/usr/bin/php
<?php <?php
   
// PHP Weathermap 0.92 // PHP Weathermap 0.92
// Copyright Howard Jones, 2005-2007 howie@thingy.com // Copyright Howard Jones, 2005-2007 howie@thingy.com
// http://www.network-weathermap.com/ // http://www.network-weathermap.com/
Line 25... Line 25...
$dumpconfig=''; $dumpconfig='';
$defines=array(); $defines=array();
   
// ************************************************************************************** // **************************************************************************************
// THIS IS THE ONE LINE IN HERE YOU MIGHT HAVE TO CHANGE! // THIS IS THE ONE LINE IN HERE YOU MIGHT HAVE TO CHANGE!
$map->rrdtool="/usr/local/rrdtool-1.2.15/bin/rrdtool"; $map->rrdtool="/usr/bin/rrdtool";
// (on Windows, use / instead of \ in pathnames - c:/rrdtool/bin/rrdtool.exe for example) // (on Windows, use / instead of \ in pathnames - c:/rrdtool/bin/rrdtool.exe for example)
// ************************************************************************************** // **************************************************************************************
   
// initialize object // initialize object
$cg=new Console_Getopt(); $cg=new Console_Getopt();

Powered by WebSVN 2.2.1