mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
11 lines
250 B
PHP
11 lines
250 B
PHP
<?php
|
|
|
|
require dirname(__FILE__).'/lib/limonade.php';
|
|
require dirname(__FILE__).'/controller.php';
|
|
|
|
require dirname(__FILE__).'/lib/unix_func.php';
|
|
//require '/usr/share/php/php-gettext/gettext.inc';
|
|
|
|
require dirname(__FILE__).'/config.php';
|
|
|
|
run();
|