diff options
-rw-r--r-- | swat/index.esp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/index.esp b/swat/index.esp index 566c7f8fae..c0bfbdec05 100644 --- a/swat/index.esp +++ b/swat/index.esp @@ -4,7 +4,7 @@ libinclude("provision.js"); if (install_ok() == false) { - redirect("/install/provision.esp"); + redirect("/install/"); } %> |