Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set("register_globals", "On");

require_once('module/Email_Safe/Email_Safe.class.php');

$eSafe = &new Email_Safe();

if (!$_GET['email'] || !$_GET['font'] || !$_GET['fontcolor'] || !$_GET['bgcolor'] || !$_GET['fromimage']) {
        die();
}
?>
<image src="emailImage.php?email=<?= $_GET['code'] ?>&font=<?= $elem ?>&bgcolor=255,255,255&fontcolor=0,0,0&fromimage=0" border="0"><br />