����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 18.227.105.164 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/gateman.skilltainment.org/ |
Upload File : |
<?php include './php/connect.php'; include './php/core.php'; if (!loggedin()) { header('location:./login.php'); } //selecting user data $user = $_SESSION['uid']; $query1 = "SELECT `firstname`,`surname`,`email`,`mobile`,`password`,`type` FROM `users` WHERE `uid`='$user'"; if ($run1 = mysqli_query($conn, $query1)) { list($firstname, $surname, $email, $mobile, $password, $user_type) = mysqli_fetch_array($run1); } else { die(mysqli_error($conn)); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content=""> <meta name="author" content=""> <meta name="robots" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="W3crm:Customer Relationship Management Admin Bootstrap 5 Template"> <meta property="og:title" content="W3crm:Customer Relationship Management Admin Bootstrap 5 Template"> <meta property="og:description" content="W3crm:Customer Relationship Management Admin Bootstrap 5 Template"> <meta property="og:image" content="social-image.png"> <meta name="format-detection" content="telephone=no"> <!-- PAGE TITLE HERE --> <title>Gateman</title> <!-- FAVICONS ICON --> <link rel="shortcut icon" type="image/png" href="images/gateman-logo.png"> <link href="vendor/bootstrap-select/dist/css/bootstrap-select.min.css" rel="stylesheet"> <link href="vendor/swiper/css/swiper-bundle.min.css" rel="stylesheet"> <link href="vendor/datatables/css/jquery.dataTables.min.css" rel="stylesheet"> <link href="../../cdn.datatables.net/buttons/1.6.4/css/buttons.dataTables.min.css" rel="stylesheet"> <link href="vendor/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" rel="stylesheet"> <!-- tagify-css --> <link href="vendor/tagify/dist/tagify.css" rel="stylesheet"> <!-- Style css --> <link href="css/style.css" rel="stylesheet"> <!-- Sweet Alert --> <script src="./js/sweetalert.min.js"></script> </head>