diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-27 23:52:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:08 -0500 |
commit | 15ca4bb558152be326319cf8d825ddb86fc88d5c (patch) | |
tree | 2754f30dd6ed2ab28658dad0707ff0452509cf82 | |
parent | bdefee0cced4d47f078b056eb01e0a91b1427753 (diff) | |
download | samba-15ca4bb558152be326319cf8d825ddb86fc88d5c.tar.gz samba-15ca4bb558152be326319cf8d825ddb86fc88d5c.tar.bz2 samba-15ca4bb558152be326319cf8d825ddb86fc88d5c.zip |
r7044: vance is right that mixing http and https elements gives a warning in IE
(This used to be commit 5912cf2cd4405185fb40833d896c640c7d24a87a)
-rw-r--r-- | swat/esptest/index.esp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index 0f3f58166a..7a5952e955 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -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: |