summaryrefslogtreecommitdiff
path: root/swat/index.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-23 11:05:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:59 -0500
commit6e2ef3fa25b03069d0bc7df680e01406bf9a9d68 (patch)
tree8f2330e62c7d02b2498b0764fc54fac150b6b73c /swat/index.esp
parent3c2a5aa63cdf4737a69a820a2e2d3ebeaef37257 (diff)
downloadsamba-6e2ef3fa25b03069d0bc7df680e01406bf9a9d68.tar.gz
samba-6e2ef3fa25b03069d0bc7df680e01406bf9a9d68.tar.bz2
samba-6e2ef3fa25b03069d0bc7df680e01406bf9a9d68.zip
r8725: redirect to the base install page not the provisioning page on first
use (This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)
Diffstat (limited to 'swat/index.esp')
-rw-r--r--swat/index.esp2
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/");
}
%>