X7ROOT File Manager
Current Path:
/var/softaculous/bolt
var
/
softaculous
/
bolt
/
??
..
??
.bolt.yml
(83 B)
??
Notes.txt
(1.72 KB)
??
bolt.sql
(79.86 KB)
??
bolt.zip
(7.34 MB)
??
changelog.txt
(3.13 KB)
??
config.yml
(20.62 KB)
??
contenttypes.yml
(11.93 KB)
??
data.zip
(16.94 MB)
??
edit.php
(3.73 KB)
??
edit.xml
(433 B)
??
fileindex.php
(61 B)
??
images
??
import.php
(4.13 KB)
??
index.php
(297 B)
??
info.xml
(2.2 KB)
??
install.js
(924 B)
??
install.php
(16.68 KB)
??
install.xml
(1.44 KB)
??
md5
(4.61 KB)
??
menu.yml
(672 B)
??
permissions.yml
(8.32 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
routing.yml
(3.42 KB)
??
taxonomy.yml
(793 B)
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();
Upload File
Create Folder