lbry.com/web/bootstrap.php

6 lines
No EOL
141 B
PHP

<?php
include $_SERVER['ROOT_DIR'] . '/autoload.php';
i18n::register();
Session::init();
Controller::dispatch($_SERVER['REQUEST_URI']);