You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -14,7 +14,7 @@ class TicketController extends Controller
|
||||
{
|
||||
public function index(): View|RedirectResponse
|
||||
{
|
||||
if (hasPermission('manage_website_tickets') === '' || hasPermission('manage_website_tickets') === '0') {
|
||||
if (! hasPermission('manage_website_tickets')) {
|
||||
return back()->with([
|
||||
'message' => __('You cannot access this page'),
|
||||
]);
|
||||
|
||||
@@ -13,7 +13,7 @@ class LogoGeneratorController extends Controller
|
||||
{
|
||||
public function index(): View|RedirectResponse
|
||||
{
|
||||
if (hasPermission('generate_logo') === '' || hasPermission('generate_logo') === '0') {
|
||||
if (! hasPermission('generate_logo')) {
|
||||
return to_route('me.show')->with([
|
||||
'message' => __('You do not have permission to do this.'),
|
||||
]);
|
||||
|
||||
@@ -56,3 +56,4 @@
|
||||
[2026-01-19 20:45:25] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:59:57] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:59:57] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 21:09:39] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
|
||||
Reference in New Issue
Block a user