dashboard
repositories
filestore
activity
search
login
main
/
bot
Bot Gadu-Gadu
summary
reflog
commits
tree
tickets
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Wydanie wersji 2.7
Jacek Kowalski
2016-02-13
1bf7d8ef0edac533ce65d68669d26aec2f282f95
[bot]
/
modules
/
30_pogoda
/
api_geonames_config.php
commit
|
author
|
age
2fb07e
1
<?php
JK
2
class api_geonames_config {
ff648f
3
protected $host = 'api.geonames.org';
JK
4
protected $username = 'TU_WPISZ_LOGIN';
2fb07e
5
}
JK
6
?>