not needed

This commit is contained in:
Ryan
2025-03-10 03:39:35 -04:00
committed by GitHub
parent c301ef13fe
commit 186b02da79

View File

@@ -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) {