mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
|
|
define('ROOT_DIR', __DIR__);
|
|
date_default_timezone_set('Etc/UTC');
|
|
|
|
include ROOT_DIR . '/autoload.php';
|