isAuthorized()) { $file = $configuration->stateFile(); if ($configuration->isOpen()) { unlink($file); } else { touch($file); } } ?>