new update server name
This commit is contained in:
parent
c5b3ccf3eb
commit
fd520fc502
|
@ -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:
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue