weathermap |
Subversion Repositories: |
Rev 1 | Rev 13 | |
---|---|---|
Line 10... | Line 10... | |
|
| |
*******************************************************************************/ |
*******************************************************************************/ | |
|
| |
function weathermap_version () { |
function weathermap_version () { | |
return array( 'name' => 'weathermap', |
return array( 'name' => 'weathermap', | |
'version' => '0.91', |
'version' => '0.92', | |
'longname' => 'PHP Network Weathermap', |
'longname' => 'PHP Network Weathermap', | |
'author' => 'Howard Jones', |
'author' => 'Howard Jones', | |
'homepage' => 'http://wotsit.thingy.com/haj/cacti/php-weathermap/', |
'homepage' => 'http://wotsit.thingy.com/haj/cacti/php-weathermap/', | |
'email' => 'howie@thingy.com', |
'email' => 'howie@thingy.com', | |
'url' => 'http://wotsit.thingy.com/haj/cacti/versions.php' |
'url' => 'http://wotsit.thingy.com/haj/cacti/versions.php' | |
Line 326... | Line 326... | |
} |
} | |
} |
} | |
|
| |
// vim:ts=4:sw=4: |
// vim:ts=4:sw=4: | |
?> |
?> | |
|