Edit Landing Page Content
Content updated successfully!
$value) { if (array_key_exists($key, $content)) { $content[$key] = $value; } } file_put_contents($content_file, json_encode($content, JSON_PRETTY_PRINT)); header('Location: edit_content.php?success=true'); exit; } ?>