<?
session_start();
include "../../affconfig.php";
include "../lang/$language";
if(!aff_admin_check_security())
{
aff_redirect('index.php');
exit;
}
include "header.php";
echo "<br><H4>Not yet available in POST Affiliate 1.3</h4>";
include "footer.php";
?>