server ver

This commit is contained in:
2021-04-16 20:41:48 +00:00
parent c9257dc357
commit 1b5088cde7
159 changed files with 3533 additions and 740 deletions

View File

@@ -12,8 +12,13 @@
@endif
</div>-->
@if(Auth::check())
@if($video->id == '30186')
@include('partials.thread_closed')
@else
@include('partials.commentform')
@endif
@endif
@if(Auth::check())
@@ -46,5 +51,5 @@
<div class="panel-footer">by w0bm ∞</div>
</div>
</div>
</div>
</div>
@endif

View File

@@ -0,0 +1,3 @@
<div class="thread_closed">
<span>Thread closed! ;__;</span>
</div>