aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-09 00:59:48 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-09 00:59:48 -0800
commit99bd69adfe3ad578d6937cfc03e333d4913881c6 (patch)
treea519699dd4a12f33679a3d32a779adc08cd986ad /include/text.php
parent1c8f63f1e50726c00220cfd98f259d2d35d37106 (diff)
downloadvolse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.tar.gz
volse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.tar.bz2
volse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.zip
remove references to redmatrix.me
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index e0c8d018e..7f6436202 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2285,7 +2285,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
}
if($tag == '#getzot') {
$basetag = 'getzot';
- $url = 'https://redmatrix.me';
+ $url = 'http://hubzilla.org';
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
$body = str_replace($tag,$newtag,$body);
$replaced = true;