Delete 90-correct_config

This commit is contained in:
Alexandre
2021-08-31 16:07:53 +02:00
committed by GitHub
parent 1edf7ba771
commit 9131558be8

View File

@@ -1,6 +0,0 @@
#!/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