mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
add lbry deck link
This commit is contained in:
parent
72ba65552f
commit
c03dd921e2
1 changed files with 5 additions and 3 deletions
|
@ -26,13 +26,13 @@ class Controller
|
|||
echo View::render('layout/basic', [
|
||||
'content' => View::render($viewTemplate, $viewParameters + ['fullPage' => true])
|
||||
]);
|
||||
}
|
||||
}
|
||||
catch (StopException $e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static function execute($uri)
|
||||
{
|
||||
switch($uri)
|
||||
|
@ -47,6 +47,8 @@ class Controller
|
|||
return OpsActions::executePostCommit();
|
||||
case '/list-subscribe':
|
||||
return MailActions::executeListSubscribe();
|
||||
case '/LBRY-deck.pdf':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307);
|
||||
case '/dl/lbry_setup.sh':
|
||||
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
|
||||
default:
|
||||
|
@ -82,4 +84,4 @@ class Controller
|
|||
|
||||
throw new StopException('Time to redirect');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue