Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
error_reporting(E_ALL & ~E_NOTICE);
|
|
|
3 |
ini_set("register_globals", "On");
|
|
|
4 |
|
|
|
5 |
require_once 'module/Email_Safe/Email_Safe.class.php';
|
|
|
6 |
|
|
|
7 |
$eSafe = &new Email_Safe();
|
|
|
8 |
|
|
|
9 |
$eSafe->createEmailImage ($_GET['email'], $_GET['font'], $_GET['fontcolor'], $_GET['bgcolor'],$_GET['fromimage']);
|
|
|
10 |
?>
|