From 6e2ef3fa25b03069d0bc7df680e01406bf9a9d68 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 23 Jul 2005 11:05:32 +0000 Subject: [PATCH] r8725: redirect to the base install page not the provisioning page on first use (This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c) --- swat/index.esp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swat/index.esp b/swat/index.esp index 566c7f8faef..c0bfbdec053 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/"); } %> -- 2.34.1