dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Poprawienie błędutypu "niezainicjowana zmienna" w module pogoda.
Jacek Kowalski
2012-08-29
b217b91c2d6ce744e0a4275b9289c4ad0f6eeea3
[bot]
/
modules
/
30_pogoda
/
api_geonames_config.php
1
2
3
4
5
6
<?php
class api_geonames_config {
protected $host = 'ws.geonames.org';
protected $username = NULL;
}
?>