Update 41-folders

This commit is contained in:
Alexandre
2021-08-31 15:15:04 +02:00
committed by GitHub
parent ed6cb2d8be
commit 19c632a184

View File

@@ -1,5 +1,10 @@
#!/usr/bin/with-contenv bash
##################
# CORRECT CONFIG #
##################
sed -i "s|$conf['show_php_errors'] = E_ALL;|$conf['show_php_errors'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED;|g" /gallery/local/config/config.inc.php && echo "config corrected for php error" || true
##################
# SYMLINK CONFIG #
##################