Uname : Linux V-ShopU01 4.18.0-348.20.1.el8_5.x86_64 #1 SMP Thu Mar 10 20:59:28 UTC 2022 x86_64
Server : Apache/2.4.37 (rocky) OpenSSL/1.1.1k
Whoami : apache
Safe Mode : OFF
DOCUMENT ROOT : /var/www/html/site_shopudiet
Disable Function :
Path : /var/www/html/site_shopudiet/admin/

Server IP : 65.20.74.164 Client IP : 18.117.229.92
Current File : /var/www/html/site_shopudiet/admin/shop.php
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  
  <title>
    login
  </title>
  <link rel="icon" type="image/png" href="../images/favicon.png"/>
  <!--     Fonts and icons     -->
  <link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet" />
  <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
  <link href="css/nucleo-icons.css" rel="stylesheet" />
  <!-- CSS Files -->
  <link href="css/black-dashboard.css?v=1.0.0" rel="stylesheet" />
  <!-- CSS Just for demo purpose, don't include it in your project -->
  <link href="demo/demo.css" rel="stylesheet" />
</head>

<body class="">
   <!-- <div>
        <h1>THIS SITE IS NOT SECURE!! IT HAS VULNERABLITIES CONTACT ME ASAP WRITE A MAIL TO ME WITH YOUR WEBSITE NAME TO krishnadevpmelevila@gmail.com I WILL REPLY WITHIN 1 DAY.... I AM FROM KERALA , A SECURITY RESEARCHER I CONTACTED YOU BUT NO REPLY THATS WHY WRITING HERE!!</h1>
        <h1>why this site is not safe, if you security researcher u must be know</h1>
    </div>-->

      <div class="container">
      <div class="col-md-12" align="center">
      <div class="content">
        <div class="row main_con">
           
            <div class="card" style="margin-top: 100px;">
              
              <div class="card-body">
                <form method="post" action="login_admin.php">
                  <div class="row">
                    
                    
                    <div class="col-md-12 ">
                      <h3 class="title" style="text-align: center; ">LOGIN</h3>
               
                      <div class="form-group" style="text-align: left;">
                        <label>Username</label>
                        <input type="text" class="form-control" placeholder="Username" name="uname" required>
                        
                                                   
                      </div>
                    </div>
                    <div class="col-md-12 ">
                      <div class="form-group" style="text-align: left;">
                        <label for="exampleInputEmail1">Password</label>
                        <input type="password" class="form-control" placeholder="password" name="pwd" required>
                        
                        
                        
                      </div>
                    </div>
                                        <div class="col-md-12 ">
                      <div class="form-group" style="text-align: left;">
                       <a href="forgot_password.php">Forgot Password?</a>
                        
                      </div>
                    </div>
                  </div>
                  
                  
               
                 
               
              </div>
              <div class="card-footer">
              
                <input type="submit" class="btn btn-fill btn-primary" name="login" value="Login"/>
                  
              </div>
               </form>
            </div>
          </div>
      
        </div>
      </div>
    
  </div>
  <!-- </div>
  </div> -->
  
  
</body>

</html>
<style type="text/css">
	.main_con{
		width: 34%;
	}
	@media (min-width: 280px) and (max-width: 580px){
		.main_con{
		width: 100%;
	}
	}
</style>