pool/web/yaamp/ui/app.php
Tanguy Pruvot c9c7a27dcf Fixes to handle the newer framework and jquery assets
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
2016-05-01 19:10:23 +02:00

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');