mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Cleaning
This commit is contained in:
parent
e098ae17ce
commit
9f19c2c7af
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ function configure() {
|
||||||
option('env', ENV_PRODUCTION);
|
option('env', ENV_PRODUCTION);
|
||||||
option('debug', false);
|
option('debug', false);
|
||||||
option('base_uri', '<TPL:NGINX_LOCATION>/');
|
option('base_uri', '<TPL:NGINX_LOCATION>/');
|
||||||
layout("layout.html.php");
|
|
||||||
|
layout('layout.html.php');
|
||||||
|
|
||||||
define('PUBLIC_DIR', '<TPL:NGINX_LOCATION>/public');
|
define('PUBLIC_DIR', '<TPL:NGINX_LOCATION>/public');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue