mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-05 14:28:06 +01:00
Hotfix
This commit is contained in:
parent
2300d076f3
commit
0fc7803dab
@ -297,7 +297,10 @@ if($url1sb == '200' or $url2sb == '200') {
|
||||
|
||||
@if(config('advanced-config.disable_default_password_notice') != 'true')
|
||||
{{-- Displays a warning message if default password is still set --}}
|
||||
@php $userdbs = DB::table('users')->get(); @endphp
|
||||
@php
|
||||
$littlelink_current = Auth::user()->id;
|
||||
$userdbs = DB::table('users')->where('id', $littlelink_current)->get();
|
||||
@endphp
|
||||
|
||||
@foreach($userdbs as $userdb)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user