mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 22:03:27 +08:00
1242fa79af
If the version in the settings table mismatches the code version, then we return a 503 error for all requests coming through index.php and api.php, while admin.php serves up a form prompting for the database password which will run outstanding migrations.
14 lines
192 B
HTML
14 lines
192 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>503 Service Unavailable</h1>
|
|
<p>This forum is down for maintenance.</p>
|
|
|
|
</body>
|
|
</html>
|