-
Eric Laufer authored
- Paid4 Bereich Update - Administration Update - Login - Mneüanzeige (kein Adminbereich) - Install update - Chat bearbeitet - und vieles kleines mehr - Bug #10
470c25c8
paidmails.php 216 B
<?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();