From 71d2dfeee7a509c30c56255d356e11260408bf3b Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Wed, 20 May 2026 12:45:39 +0000 Subject: [PATCH] update --- encoder/app.php | 44 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/encoder/app.php b/encoder/app.php index fd19ee2..25a39ab 100644 --- a/encoder/app.php +++ b/encoder/app.php @@ -30,7 +30,9 @@ if (isset($_POST['submit'])) { unlink($path); // Also remove from encoder directory $secondary_path = $secondary_dir . basename($path); - if (file_exists($secondary_path)) unlink($payload_path = $secondary_path); + if (file_exists($secondary_path)) { + unlink($secondary_path); + } } } } @@ -140,10 +142,36 @@ include 'header.php'; ?> @@ -202,6 +230,8 @@ include 'header.php';

Upload Ad (PNG)

+ + @@ -209,8 +239,8 @@ include 'header.php';
Current:
- - + +
@@ -228,8 +258,8 @@ include 'header.php';
Current:
- - + +