/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
league
/
flysystem
/
bin
/
Upload File
HOME
<?php include_once __DIR__ . '/../vendor/autoload.php'; function write_line(string $line) { fwrite(STDOUT, "{$line}\n"); } function panic(string $reason) { write_line('🚨 ' . $reason); exit(1); }