diff --git a/geonames/README.md b/geonames/README.md index 83f9c695..ba90dc5d 100644 --- a/geonames/README.md +++ b/geonames/README.md @@ -7,7 +7,7 @@ Use Geonames service to resolve nearest populated location for given latitude, l ## Installation -Pre-requisite: Register a username at geonames.org and set in config/local.ini.php +Pre-requisite: Register a username at geonames.org and set in config/addon.ini.php [geonames] username = your_username diff --git a/geonames/config/geonames.ini.php b/geonames/config/geonames.ini.php index 500b88f2..280e7a93 100644 --- a/geonames/config/geonames.ini.php +++ b/geonames/config/geonames.ini.php @@ -1,7 +1,7 @@ page['htmlhead'] .= ''; /* - * Get the configuration variables from the config/local.ini.php file. + * Get the configuration variables from the config/addon.ini.php file. */ $baseurl = Config::get('piwik', 'baseurl'); $siteid = Config::get('piwik', 'siteid'); diff --git a/public_server/README.md b/public_server/README.md index 02151478..7ba002e8 100644 --- a/public_server/README.md +++ b/public_server/README.md @@ -19,7 +19,7 @@ This is a modified version of the testdrive addon, DO NOT ACTIVATE AT THE SAME T flagposts = 90 flagpostsexpire = 146 -Set these in your config/local.ini.php file. By default nothing is defined in case the addon is activated accidentally. +Set these in your config/addon.ini.php file. By default nothing is defined in case the addon is activated accidentally. They can be ommitted or set to 0 to disable each option. The default values are those used by friendica.eu, change these as desired. diff --git a/public_server/config/public_server.ini.php b/public_server/config/public_server.ini.php index 3c416644..79b2ef46 100644 --- a/public_server/config/public_server.ini.php +++ b/public_server/config/public_server.ini.php @@ -1,7 +1,7 @@