mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
8 lines
No EOL
220 B
PHP
8 lines
No EOL
220 B
PHP
<?php
|
|
include $_SERVER['ROOT_DIR'] . '/autoload.php';
|
|
|
|
define('IS_PRODUCTION', $_SERVER['SERVER_NAME'] == 'lbry.io');
|
|
|
|
i18n::register();
|
|
Session::init();
|
|
Controller::dispatch(strtok($_SERVER['REQUEST_URI'], '?')); |