More ENV updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user