svn commit: samba r8725 - in branches/SAMBA_4_0/swat: .

tridge at samba.org tridge at samba.org
Sat Jul 23 11:05:33 GMT 2005


Author: tridge
Date: 2005-07-23 11:05:32 +0000 (Sat, 23 Jul 2005)
New Revision: 8725

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8725

Log:
redirect to the base install page not the provisioning page on first
use


Modified:
   branches/SAMBA_4_0/swat/index.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/index.esp
===================================================================
--- branches/SAMBA_4_0/swat/index.esp	2005-07-23 11:03:24 UTC (rev 8724)
+++ branches/SAMBA_4_0/swat/index.esp	2005-07-23 11:05:32 UTC (rev 8725)
@@ -4,7 +4,7 @@
   libinclude("provision.js");
 
   if (install_ok() == false) {
-	  redirect("/install/provision.esp");
+	  redirect("/install/");
   }
 
 %>



More information about the samba-cvs mailing list