mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
6 lines
No EOL
141 B
PHP
6 lines
No EOL
141 B
PHP
<?php
|
|
include $_SERVER['ROOT_DIR'] . '/autoload.php';
|
|
|
|
i18n::register();
|
|
Session::init();
|
|
Controller::dispatch($_SERVER['REQUEST_URI']); |