resetConfigKeys(); if (isset($_POST['submit'])) { if (isset($_POST['license_consent']) && $_POST['license_consent'] == 'agree') { header('location: index.php?main_page=inspect' . zcInstallAddSID() ); exit; } if (isset($_POST['license_consent']) && $_POST['license_consent'] == 'disagree') { header('location: index.php' . zcInstallAddSID() ); exit; } } ?>