1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r8725: redirect to the base install page not the provisioning page on first

use
(This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)
This commit is contained in:
Andrew Tridgell 2005-07-23 11:05:32 +00:00 committed by Gerald (Jerry) Carter
parent 3c2a5aa63c
commit 6e2ef3fa25

View File

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