CURRENT PATH:
/
home
/
dnsimamg
/
mail
/
tmp
/
vendor
/
bin
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
yaml-lint
#!/usr/bin/env php <?php /** * Proxy PHP file generated by Composer * * This file includes the referenced bin path (../symfony/yaml/Resources/bin/yaml-lint) using eval to remove the shebang if present * * @generated */ $binPath = realpath(__DIR__ . "/" . '../symfony/yaml/Resources/bin/yaml-lint'); $contents = file_get_contents($binPath); $contents = preg_replace('{^#!/.+\r?\n<\?(php)?}', '', $contents, 1, $replaced); if ($replaced) { $contents = strtr($contents, array( '__FILE__' => var_export($binPath, true), '__DIR__' => var_export(dirname($binPath), true), )); eval($contents); exit(0); } include $binPath;
SIMPAN
BATAL