Incorporated changes for release 1.4.5

This commit is contained in:
2026-02-24 21:09:59 -05:00
parent 1d26b8bfed
commit 0bc6d684c1
14 changed files with 350 additions and 474 deletions

View File

@@ -14,6 +14,7 @@
** DO NOT EDIT **
************************************************************************
*/
$appname="APPNAME";
$dbname="DBNAME";
$username="DBUSER";
$dbpass="DBPASS";
@@ -26,7 +27,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 OpenDRS, please consult the INSTALL file included in the distribution.
the first time you have used $appname, please consult the INSTALL file included in the distribution.
</body>
</html>
";