Skip to content

Instantly share code, notes, and snippets.

View hani-qtb's full-sized avatar

hani-qtb

  • Joined Apr 17, 2026
View GitHub Profile
@hani-qtb
hani-qtb / all_files.txt
Created April 17, 2026 05:31
ISMAS project files
add_user.php
<?php
session_start();
include "auth_check.php";
require_admin();
include "db_connect.php";
if ($_SERVER['REQUEST_METHOD'] === 'POST') {