📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 08:55:56
📂
/ (Root)
/
var
/
softaculous
/
bolt
📍 /var/softaculous/bolt
🔄 Refresh
✏️
Editing: index.php
Read Only
<?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();
💾 Save Changes
❌ Cancel