Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/var/softaculous/bolt/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/var/softaculous/bolt/index.php

<?php

/** @var Silex\Application|false $app */
$app = require '[[softdatadir]]/vendor/bolt/bolt/app/web.php';

// If we're running PHP's built-in webserver, `web.php` returns `false`,
// meaning the path is a file. If so, we pass it along.
if ($app === false) {
    return false;
}

$app->run();

Hacked By AnonymousFox1.0, Coded By AnonymousFox