Incorporated changes for release 1.4.5
This commit is contained in:
@@ -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>
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user