mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
double check the web/assets folder is writable by your web server... so, jquery-ui bundled in this framework is now the v1.10.4 and jquery at the v1.11.1
9 lines
184 B
PHP
9 lines
184 B
PHP
<?php
|
|
|
|
//require_once('framework-1.0.8/yii.php');
|
|
require_once('framework-1.1.17/yii.php');
|
|
require_once('yaamp/include.php');
|
|
|
|
$app = Yii::createWebApplication('yaamp/config.php');
|
|
|
|
|