mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
7 lines
174 B
PHP
7 lines
174 B
PHP
<?php
|
|
|
|
// change the following paths if necessary
|
|
$yiic=dirname(__FILE__).'/../../framework/yiic.php';
|
|
$config=dirname(__FILE__).'/config/console.php';
|
|
|
|
require_once($yiic);
|