mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 08:21:28 +00:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
|
|
define('ROOT_DIR', __DIR__);
|
|
|
|
include ROOT_DIR . '/autoload.php';
|