| .. | |||||
| images | |||||
| php53 | |||||
| php56 | |||||
| php71 | |||||
| php81 | |||||
| .bolt.yml | |||||
| Notes.txt | |||||
| changelog.txt | |||||
| config.yml | |||||
| contenttypes.yml | |||||
| edit.php | |||||
| edit.xml | |||||
| fileindex.php | |||||
| import.php | |||||
| index.php | |||||
| info.xml | |||||
| install.js | |||||
| install.php | |||||
| install.xml | |||||
| md5 | |||||
| menu.yml | |||||
| permissions.yml | |||||
| routing.yml | |||||
| taxonomy.yml |
<?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();
| .. | |||||
| images | |||||
| php53 | |||||
| php56 | |||||
| php71 | |||||
| php81 | |||||
| .bolt.yml | |||||
| Notes.txt | |||||
| changelog.txt | |||||
| config.yml | |||||
| contenttypes.yml | |||||
| edit.php | |||||
| edit.xml | |||||
| fileindex.php | |||||
| import.php | |||||
| index.php | |||||
| info.xml | |||||
| install.js | |||||
| install.php | |||||
| install.xml | |||||
| md5 | |||||
| menu.yml | |||||
| permissions.yml | |||||
| routing.yml | |||||
| taxonomy.yml |