mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-17 07:59:44 +00:00
8 lines
134 B
PHP
8 lines
134 B
PHP
<?php
|
|
|
|
require_once('framework/yii.php');
|
|
require_once('yaamp/include.php');
|
|
|
|
$app = Yii::createWebApplication('yaamp/config.php');
|
|
|
|
|