1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Merge pull request #4 from abeudin/master

Add panel
This commit is contained in:
ElieSauveterre 2014-12-03 09:11:29 -05:00
commit ad8b853693

View file

@ -14,4 +14,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;
}