diff options
Diffstat (limited to 'swat')
-rw-r--r-- | swat/index.esp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swat/index.esp b/swat/index.esp index e1ec624308..2e43d3f9cf 100644 --- a/swat/index.esp +++ b/swat/index.esp @@ -1,6 +1,12 @@ <% page_header("columns", "Server Status", ""); libinclude("base.js"); libinclude("management.js"); + libinclude("provision.js"); + + if (install_ok() == false) { + redirect("/install/provision.esp"); + } + %> <h1>Server Status</h1> |