Init(); } ////////////////////////////////////////////////////////////////// // Clear Version ////////////////////////////////////////////////////////////////// if ($_GET['action']=='clear') { if (checkAccess()) { $update->Clear(); } } ////////////////////////////////////////////////////////////////// // OptOut ////////////////////////////////////////////////////////////////// if ($_GET['action']=='optout') { if (checkAccess()) { $update->OptOut(); } }