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

Add panel

This commit is contained in:
abeudin 2014-12-03 11:52:56 +01:00
parent da8b90eabc
commit b81cd13781

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