From 186b02da7988457010abe53a7549e7a60e747f01 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 10 Mar 2025 03:39:35 -0400 Subject: [PATCH] not needed --- downloadZip.php | 1 - 1 file changed, 1 deletion(-) diff --git a/downloadZip.php b/downloadZip.php index bfa56f2..bbf9a0d 100644 --- a/downloadZip.php +++ b/downloadZip.php @@ -3,7 +3,6 @@ require_once 'config.php'; require_once 'lib/pclzip.lib.php'; -session_start(); // Check if the user is authenticated. if (!isset($_SESSION['authenticated']) || $_SESSION['authenticated'] !== true) {