shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/app/View/Components/ [ drwxr-xr-x ]

name : HomePageInstructorSection.php
<?php

namespace App\View\Components;

use App\User;
use Illuminate\View\Component;

class HomePageInstructorSection extends Component
{
    public $homeContent;

    public function __construct($homeContent)
    {
        $this->homeContent = $homeContent;
    }

    public function render()
    {
        $data = [];

        if (currentTheme() == "teachery") {
            $data['instructors'] = User::where('role_id', 2)->where('status', 1)->take(9)->get();
        }
        return view(theme('components.home-page-instructor-section'), $data);
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password