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