jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [weathermap] - Diff between revs 1 and 2

Show entire file Ignore whitespace

Rev 1 Rev 2
Line 1... Line 1...
#!/usr/local/bin/php #!/usr/bin/php
   
<?php <?php
   
// PHP Weathermap 0.91 // PHP Weathermap 0.91
// Copyright Howard Jones, 2005-2007 howie@thingy.com // Copyright Howard Jones, 2005-2007 howie@thingy.com
Line 26... Line 26...
$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