{assign var=title value="Delete Old Records"} {include file="admin/header.inc.html"}

{$title}

Date to purge
All records from checked tables will be deleted before the specified date.
{html_select_date time=$dt prefix='dat' start_year="-3"}
TABLES TO PURGE
Access Log
access log table (used by admin only)
Error Log
error_log table (used by admin only)
Incomplete Users
records of users with incomplete payment attempts
Expired Users
records of users with expired subscriptions
Incomplete Payments
records of incomplete payments


DELETE OLD RECORDS:
You can delete your old records here.
Deleting unnecessary data will improve the script speed, and site performance.
{include file="admin/footer.inc.html"}