Skip to content
Snippets Groups Projects
Commit 9e176fcb authored by Bitha17's avatar Bitha17
Browse files

fix: pembelian

parent 04f63c17
No related merge requests found
<?php
session_start();
ob_start();
if (!isset($_SESSION["user_id"])) {
echo "here";
// User is not authenticated; redirect to login page
header("Location: /app/Views/login/login.php");
ob_end_flush();
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment