1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Merge pull request #1 from opi/patch-1

Include SSOWAT user panel.
This commit is contained in:
titoko 2014-05-28 17:09:53 +02:00
commit 98e0c48ba3

View file

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