📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 12:20:26
📂
/
/
var
/
softaculous
/
bolt
✏️
Editing: 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();
💾 Save Changes
❌ Cancel