shell bypass 403

UnknownSec Shell

: /home/bouloter/sms/app/Helpers/ [ drwxr-xr-x ]

name : functions.php
<?php

if (! function_exists('isActive')) {
    /**
     * Set the active class to the current opened menu.
     *
     * @param  array|string  $route
     * @param  string  $className
     *
     * @return string
     */
    function isActive(array|string $route, string $className = 'active')
    {
        if (is_array($route)) {
            return in_array(Route::currentRouteName(), $route) ? $className : '';
        }
        if (Route::currentRouteName() == $route) {
            return $className;
        }
        if (strpos(URL::current(), $route)) {
            return $className;
        }
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password