mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<title>litebans-php - Outdated Plugin</title>
|
|
<link href="../inc/css/bootstrap.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<h2>Outdated Plugin</h2><br>
|
|
<div class="text-warning">
|
|
The web interface has connected to the database, but this database is managed by an older version of LiteBans.
|
|
<br>
|
|
You will need to update LiteBans before you can continue using the web interface. Older versions are not supported.
|
|
<br>
|
|
Updates can be downloaded here: https://www.spigotmc.org/resources/litebans.3715/
|
|
<br>
|
|
LiteBans will automatically upgrade the tables in the database after you have updated. After this, the web interface will work as normal.
|
|
</div>
|
|
<br>
|
|
<a href="../" class="btn btn-primary">Try Again</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|