mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-07 07:41:17 +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')
|
@if(config('advanced-config.disable_default_password_notice') != 'true')
|
||||||
{{-- Displays a warning message if default password is still set --}}
|
{{-- 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)
|
@foreach($userdbs as $userdb)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user