1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Fix partialy error on integrity check

By creating all theses files inside the owncloud folder we obtain a lot of failure. In addition by modifying the fiel lib/base.php we create an other failure. The easiest way (but not the proper) is to disable the integrity control by modifyng the value of $OC_Channel in version.php to sth other than 'stable'...
This commit is contained in:
ewilly 2016-05-17 19:25:35 +02:00 committed by Jérôme Lebleu
parent ff08d2d1a5
commit 01890f728b

View file

@ -67,6 +67,5 @@ clear_env = no
; Additional php.ini defines, specific to this pool of workers.
php_value[upload_max_filesize] = 10G
php_value[post_max_size] = 10G
php_value[session.save_path] = #DESTDIR#/lib/private/session/
php_value[default_charset] = UTF-8
php_value[always_populate_raw_post_data] = -1