Server IP : 172.16.15.8 / Your IP : 3.144.46.90 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/wrlainezmolina/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <html> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href=Styles.css> <body> <div class="navigation"> <a href=CarWebsiteHome.php>Home</a> <a href="#">About Us</a> <a href=DiscussionPage.php>Meetups and Discussion</a> <a href=SignUp.php>Sign up</a> <a href=LoginPage.php>Log in</a> </div> <div class="header"> </div> <BR> <div class="main"> <p>You are already logged in!<BR> </div> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> <div class="footer"> </div> </body> </html>