new update server name

This commit is contained in:
Martin Schuette 2014-05-25 20:10:12 +00:00
parent c5b3ccf3eb
commit fd520fc502
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Wordpress plugin to render latest (Hamburg-flavoured)
[gluon firmware](https://github.com/freifunkhamburg/gluon) version table.
Provides shortcode `[ff_hh_versions]` to display table.
Input data is read from http://gw09.hamburg.freifunk.net/stable/sysupgrade/manifest
Input data is read from http://updates.hamburg.freifunk.net/stable/sysupgrade/manifest
Output looks like this:

View file

@ -9,7 +9,7 @@ Author URI: http://mschuette.name/
Licence: 2-clause BSD
*/
define('FF_HH_STABLE_BASEDIR', 'http://gw09.hamburg.freifunk.net/stable/');
define('FF_HH_STABLE_BASEDIR', 'http://updates.hamburg.freifunk.net/stable/');
define('FF_HH_CACHETIME', 15);
/* gets metadata from URL, handles caching */