mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
16 lines
442 B
HTML
16 lines
442 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
|
<title>Configuration Changing...</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Orchard is temporarily unavailable as a change in configuration requires a restart.
|
|
A simple page refresh usually solves this issue.</p>
|
|
<script type="text/javascript">
|
|
window.location.reload();
|
|
</script>
|
|
</body>
|
|
</html>
|