mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
|
|
define('ROOT_DIR', __DIR__);
|
|
date_default_timezone_set('Etc/UTC');
|
|
require ROOT_DIR . '/autoload.php';
|