svn commit: samba r7044 - in branches/SAMBA_4_0/swat/esptest: .

tridge at samba.org tridge at samba.org
Fri May 27 23:52:42 GMT 2005


Author: tridge
Date: 2005-05-27 23:52:41 +0000 (Fri, 27 May 2005)
New Revision: 7044

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

Log:
vance is right that mixing http and https elements gives a warning in IE


Modified:
   branches/SAMBA_4_0/swat/esptest/index.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/esptest/index.esp
===================================================================
--- branches/SAMBA_4_0/swat/esptest/index.esp	2005-05-27 23:10:36 UTC (rev 7043)
+++ branches/SAMBA_4_0/swat/esptest/index.esp	2005-05-27 23:52:41 UTC (rev 7044)
@@ -8,11 +8,7 @@
 Samba4 ESP test
 </TITLE>
 <BODY>
-<% 
-/* this allows us to force the image to go over more efficiently as http */
- var imagedir = "http://" + headers['HOST'] + "/images"; 
-%>
-<img src="@@imagedir/logo.png" alt="Samba">
+<img src="/images/logo.png" alt="Samba">
 <h1>Samba4 ESP test</h1>
 
 Please choose one of the following tests:



More information about the samba-cvs mailing list