From 10df5dc62fb62ed42e08b239a9a775b37285ed69 Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Wed, 20 May 2026 14:55:34 +0000 Subject: [PATCH] Syntext Error --- encoder/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encoder/app.php b/encoder/app.php index 7f38f3a..49e8f99 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) ?? []; } @@ -233,7 +233,7 @@ include 'header.php';

Content Details

- +