From 7d13740033fb7946832030808397aae8f6c35292 Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Wed, 20 May 2026 14:54:32 +0000 Subject: [PATCH] json update --- encoder/app.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/encoder/app.php b/encoder/app.php index cde2272..7f38f3a 100644 --- a/encoder/app.php +++ b/encoder/app.php @@ -132,7 +132,7 @@ if (isset($_POST['submit'])) { // --- 2. Load Data for Display --- $saved_data = []; if (file_exists($json_file)) { - $json_content = file_get_contents($json_file); + $json_content = file/get_contents($json_file); $saved_data = json_decode($json_content, true) ?? []; } @@ -216,7 +216,7 @@ include 'header.php';
- +
@@ -233,7 +233,7 @@ include 'header.php';

Content Details

- +
-
@@ -273,7 +272,7 @@ include 'header.php';
Current:
- +