mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Update access-denied.php
This commit is contained in:
parent
cfe574d9cf
commit
2282add05c
@ -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'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user