r8725: redirect to the base install page not the provisioning page on first
authorAndrew Tridgell <tridge@samba.org>
Sat, 23 Jul 2005 11:05:32 +0000 (11:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:59 +0000 (13:29 -0500)
use
(This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)

swat/index.esp

index 566c7f8faefa08c08a7bee6db2269ae6b70abaa8..c0bfbdec05387aaf220e0f778c935ecc1965d558 100644 (file)
@@ -4,7 +4,7 @@
   libinclude("provision.js");
 
   if (install_ok() == false) {
   libinclude("provision.js");
 
   if (install_ok() == false) {
-         redirect("/install/provision.esp");
+         redirect("/install/");
   }
 
 %>
   }
 
 %>