Update access-denied.php

This commit is contained in:
ruan 2018-01-12 06:31:11 +02:00
parent cfe574d9cf
commit 2282add05c
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -10,12 +10,12 @@
<body> <body>
<div class="container"> <div class="container">
<div class="jumbotron"> <div class="jumbotron">
<h2>Database Error</h2><br> <h2>Connection Error</h2><br>
<div class="text-warning"> <div class="text-warning">
The web interface was unable to connect to the database using the configuration provided. The web interface was unable to connect to the database using the configuration provided.
<br> <br>
Database error: Access denied Connection failed: Access denied
<br> <br>
<?php <?php
if (isset($_GET['error'])) { if (isset($_GET['error'])) {