Incorporated changes for release 1.4.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
settings.php
|
||||
OpenDRS Online Discrepancy Reporting System
|
||||
Copyright (C) 2023 Rod Wright
|
||||
Copyright (C) 2024 Rod Wright
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0
|
||||
*/
|
||||
@@ -51,7 +51,7 @@ while ($configrow = mysqli_fetch_assoc($configqry)) {
|
||||
}
|
||||
|
||||
// level of error reporting. Set to 0 for production or E_ALL for development/troubleshooting
|
||||
error_reporting(0);
|
||||
//error_reporting(E_ALL);
|
||||
//error_reporting(0);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user