not needed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user