1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Merge pull request #6 from opi/patch-1

Include SSOWAT user panel.
This commit is contained in:
Julien Malik 2014-06-30 10:38:54 +02:00
commit 72684f5ca1

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;
}