1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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

use
(This used to be commit eeeeab5eb7)
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/");
}
%>