commentparser stuff

This commit is contained in:
noxy
2019-09-02 22:15:54 +00:00
parent 08d88a0c9c
commit 45bab2567a
2 changed files with 3 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
<?php
return [
'allowedHosters' => [
'img.w0bm.com' => [
'/^img\.w0bm\.com$/'
],
'allowedHosters' => [
'imgur.com' => [
'/^i\.imgur\.com$/'
],
@@ -34,6 +31,7 @@ return [
'jpg',
'png',
'gif',
'webp',
]
];

View File

@@ -40,7 +40,7 @@
<input type="checkbox" class="dd-input" id="test">
<ul class="dd-menu">
<li><a href="/{{Auth::user()->username}}">{{Auth::user()->username}}</a></li>
<li><a href="/user/{{Auth::user()->username}}">{{Auth::user()->username}}</a></li>
<li><a href="{{url('logout')}}">Logout</a></li>
</ul>
</label>