1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00

Include SSOWAT user panel.

This commit is contained in:
opi 2014-05-28 17:04:01 +02:00
parent f77a728d94
commit cee02cb3f4

View file

@ -13,4 +13,7 @@ location YNH_WWW_PATH {
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}