Skip to content
Snippets Groups Projects
Commit cb0b1feb authored by Haidar's avatar Haidar
Browse files

feat: add isAdmin.php

for get value of isAdmin session
parent b9326e7b
No related merge requests found
<?php
session_start();
include "../../config/config.php";
http_response_code(200);
echo $_SESSION['isAdmin'];
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