<?php
ob_start();
include("php-lib/config.inc.php");
include("php-lib/constants.php");
include("websitemembermanager-classes.php");
include("db-class.php");
include("member-class.php");
//if there are any accounts due for renewal this file is called: auto_email_reminder.php
$delete_expired_accounts=0; // set to 1 if you want expired accounts removed
if (automated_renewals_not_today()) automated_renewals_check($delete_expired_accounts);
// the file which generates the emails sent is in:
// /admin/php/auto_email_reminder.php
//ob_end_clean();
//return a clear gif
//header("Content-Type: image/gif");
//header("Content-Length: 49");
echo pack('H*','47494638396101000100910000000000ffffffffffff00000021f90405140002002c00000000010001000002025401003b');
?>