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 @@ -