From a1319fd8f100e7ec07ef4582a4a73846f04cff02 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Dec 2006 07:49:22 +0000 Subject: [PATCH] advertising + stamp updates --- stamp/index.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/stamp/index.php b/stamp/index.php index 08f5375..845e472 100644 --- a/stamp/index.php +++ b/stamp/index.php @@ -29,8 +29,16 @@ google_ad_channel = ""; from stealing your content or making a fake site to pretend to be your site to carry out a phishing attack against your customers.

To add the CAcert logo to your site you need to register for a CAcert server certificate, then add the following line somewhere on your website:

-

<script type="text/javascript" src="http<? if($_SERVER['HTTPS']=="on") { echo "s"; } ?>://stamp.cacert.org/showlogo.php"></script>

- +

<script type="text/javascript">
+ <!--
+ document.write('<script type="text/javascript" src="'+(location.protocol=='https'?'https':'http')+'://stamp.cacert.org/showlogo.php"></script>');
+ //-->
+ </script>

+