litebans-php/error/outdated-plugin.php
2024-07-25 15:06:17 +02:00

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>