From 8d9d7d87db7dab1ca06751477a0eaea394c6dd0d Mon Sep 17 00:00:00 2001 From: DJP Date: Thu, 23 Oct 2025 15:02:17 -0400 Subject: [PATCH] Remove debug section from display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed visible debug information section - Debug data collection remains in code for future troubleshooting - Clean user interface now shows only results 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- index.php | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/index.php b/index.php index a150437..1e1bb5a 100644 --- a/index.php +++ b/index.php @@ -331,44 +331,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { - - -
-

🔍 DEBUG INFORMATION

- -
- POST Request Received: Yes
- Box URL:
- Username:
- File ID:
-
- - -
-

Debug Info:

-
-
- - -
-

$result variable:

- isset($result):
- is_null($result):
- Type:
- -
- -
- -
-

$error variable:

- isset($error):
- Value: -
-
- - -

Result