shell bypass 403

UnknownSec Shell

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

name : MyCoursePathwayInfo.php
<?php

namespace App\View\Components;

use Illuminate\View\Component;

class MyCoursePathwayInfo extends Component
{
    /**
     * Create a new component instance.
     *
     * @return void
     */
    public $enrolld;

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

    /**
     * Get the view / contents that represent the component.
     *
     * @return \Illuminate\Contracts\View\View|\Closure|string
     */
    public function render()
    {
        $enrolld=$this->enrolld;
        return view(theme('components.my-course-pathway-info'), compact('enrolld'));
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password