Created development branch for release 1.5.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/*
|
||||
db.php
|
||||
OpenDRS Online Discrepancy Reporting System
|
||||
Copyright (C) 2026 Rod Wright
|
||||
Copyright (C) 2025 Rod Wright
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0
|
||||
*/
|
||||
@@ -14,7 +14,6 @@
|
||||
** DO NOT EDIT **
|
||||
************************************************************************
|
||||
*/
|
||||
$appname="APPNAME";
|
||||
$dbname="DBNAME";
|
||||
$username="DBUSER";
|
||||
$dbpass="DBPASS";
|
||||
@@ -27,7 +26,7 @@ function dberrmsg($dbname) {
|
||||
</head>
|
||||
<body>
|
||||
Could not connect to the $dbname database. Please ensure the MySQL server is running. If this is
|
||||
the first time you have used $appname, please consult the INSTALL file included in the distribution.
|
||||
the first time you have used OpenMTS, please consult the INSTALL file included in the distribution.
|
||||
</body>
|
||||
</html>
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user