fromJson($_POST['json'])) { $success = file_put_contents(OVERLAY_DIR . 'teams.json', $teams->getJson()); } if ($success) { header('Location: /generator/form.php', true, 302); } else { echo "Szar van a palacsintában"; }