Skip to content
Snippets Groups Projects
paidmails.php 216 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<?php

require_once('lib/class/verdienen.class.php');
$Paidmail = new VERDIENEN;
$Paidmail->SetArt('paidmail');
head("");
echo $Paidmail->Statik();
foot();
head("Paidmailhistory");
echo $Paidmail->Ausgabe();
foot();