diff --git a/controller/Controller.class.php b/controller/Controller.class.php index 9a4d1717..c7b2665f 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -89,7 +89,7 @@ class Controller case 'lbry.tv': return ContentActions::executeTv(); } - } elseif (substr($uri, 0, 5) !== '/list') { //especially this line + } else { return static::redirect('/'); } } diff --git a/view/template/mail/_subscribeForm.php b/view/template/mail/_subscribeForm.php index 9a9068e5..6753faec 100644 --- a/view/template/mail/_subscribeForm.php +++ b/view/template/mail/_subscribeForm.php @@ -1,7 +1,8 @@ -
+ +
diff --git a/view/template/page/org.php b/view/template/page/org.php index b3d06f04..cdf85109 100644 --- a/view/template/page/org.php +++ b/view/template/page/org.php @@ -5,6 +5,7 @@ 'lbryorg', + 'forceUrl' => 'https://lbry.io', 'submitLabel' => 'Sign Me Up', ]) ?> diff --git a/view/template/page/tv.php b/view/template/page/tv.php index b1bb884a..5ad7997d 100644 --- a/view/template/page/tv.php +++ b/view/template/page/tv.php @@ -5,6 +5,7 @@ 'lbrytv', + 'forceUrl' => 'https://lbry.io', 'submitLabel' => 'Sign Me Up', ]) ?>