; A "bare-bones" .user.ini file, by David Gibson ; 02-Jan-2020 for BCRA subdomain migrations ; Ensure that errors are logged. (default log is current directory) log_errors = On ; Hide the errors from view display_errors = Off ; Set the error reporting level for production sites (for development use E_All) error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT ; Allow short php tags short_open_tag = On