shell bypass 403

UnknownSec Shell


name : CacheFactory.php
<?php

namespace TusPhp\Cache;

class CacheFactory
{

    /**
     * Make cache.
     *
     * @param string $type
     *
     * @static
     *
     * @return Cacheable
     */
    public static function make(string $type = 'file'): Cacheable
    {
        switch ($type) {
            case 'redis':
                return new RedisStore;
            case 'apcu':
                return new ApcuStore;
        }
        return new FileStore;
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password