server[REQUEST_URI] already has a leading slash

This commit is contained in:
Ben Harris 2018-06-20 11:09:38 -04:00
parent 4fe2900e78
commit 098f7e8a00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<title>tilde.chat | <?=($title ?? 'irc network for tildes')?></title>
<meta property="og:title" content="tilde.chat | <?=($title ?? 'irc network for tildes')?>">
<meta property="og:url" content="https://tilde.chat/<?=$_SERVER['REQUEST_URI']?>">
<meta property="og:url" content="https://tilde.chat<?=$_SERVER['REQUEST_URI']?>">
<meta property="og:description" content="<?=($desc??($title??'the home of an irc network for tildes'))?>">
<meta property="og:image" content="https://tilde.chat/ogpempty.png">
<meta property="og:site_name" content="tilde.chat">