diff --git a/README.md b/README.md index 78200c9..8127732 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,3 @@ Movim for Yunohost. Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol. Current Movim version : 20150731. - -WIP !!! -APP NOT READY YET !!! -DO NOT USE !!! -FAIS PAS LE CON PHILIPPE !!! - -Movim 20150731 diff --git a/scripts/install b/scripts/install index 44908aa..dc894f2 100644 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/movim.conf sudo yunohost app setting movim skipped_uris -v "/" if [ $public_site = "No" ]; then - sudo yunohost app setting movim protected_uris -v "/index.php,/?q=admin,/ws" + sudo yunohost app setting movim protected_uris -v "/" else sudo yunohost app setting movim protected_uris -v "/?q=admin" fi