Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: neon-lint
#!/usr/bin/env php <?php /** * Proxy PHP file generated by Composer * * This file includes the referenced bin path (../nette/neon/bin/neon-lint) using ob_start to remove the shebang if present * to prevent the shebang from being output on PHP<8 * * @generated */ if (PHP_VERSION_ID < 80000) { ob_start(function ($buffer, $phase) { return (PHP_OUTPUT_HANDLER_START & $phase) && '#!' === substr($buffer, 0, 2) ? '' : $buffer; }, 1); } include __DIR__ . "/" . '../nette/neon/bin/neon-lint';