summaryrefslogtreecommitdiff
path: root/swat/index.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/index.esp')
-rw-r--r--swat/index.esp6
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>