diff options
author | friendica <info@friendica.com> | 2014-06-29 16:27:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-29 16:27:37 -0700 |
commit | 1a715adb34c6a735202fa759de5b74fe0f20a4f8 (patch) | |
tree | 8547fdbb5298c404ca017c63337b5c8fef037737 | |
parent | 0bd2dbaf6429bb1d551ad95301ad22989fd0e88d (diff) | |
download | volse-hubzilla-1a715adb34c6a735202fa759de5b74fe0f20a4f8.tar.gz volse-hubzilla-1a715adb34c6a735202fa759de5b74fe0f20a4f8.tar.bz2 volse-hubzilla-1a715adb34c6a735202fa759de5b74fe0f20a4f8.zip |
add zottel dir server
-rwxr-xr-x | boot.php | 3 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -71,7 +71,8 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://zotid.net', 'https://redmatrix.nl', 'https://whogotzot.com', - 'https://red.mariovavti.com' + 'https://red.mariovavti.com', + 'https://red.zottel.red' ); diff --git a/version.inc b/version.inc index e7a0f43d3..2907d7608 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-06-28.720 +2014-06-29.721 |