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';
-
+