More ENV updates

This commit is contained in:
twotalesanimation
2025-05-23 14:25:27 +02:00
parent a103c5e272
commit 07d75bc004
26 changed files with 24 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<?php
session_start();
include_once('connection.php'); // DB connection file
require_once("env.php");
$response = array('status' => 'error', 'message' => 'Something went wrong');
// Check if the user is logged in