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.223.107.32
Current File : /var/www/html/site_shopudiet/admin/change_pwd.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>
    Change Password
  </title>
  <!--     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 class="container">
      <div class="col-md-12" align="center">
      <div class="content">
        <div class="row" style="width: 34%;">
           
            <div class="card" style="margin-top: 100px;">
              
              <div class="card-body">
                <form method="post" action="change_password.php">
                  <div class="row">
                    
                    
                    <div class="col-md-12 ">
                      <h3 class="title" style="text-align: center; ">Change Password</h3>
               
                      <div class="form-group" style="text-align: left;">
                        <label>Current Password</label>
                        <input type="password" class="form-control" placeholder="Current Password" name="pwd" required>
                        
                                                   
                      </div>
                    </div>
                    <div class="col-md-12 ">
                      <div class="form-group" style="text-align: left;">
                        <label>New Password</label>
                        <input type="password" class="form-control" placeholder=" New Password" name="newpassword" required> 
                      </div>
                    </div>
                    <div class="col-md-12 ">
                      <div class="form-group" style="text-align: left;">
                        <label>Confirm Password</label>
                        <input type="password" class="form-control" placeholder=" Confirm Password" name="confirmpassword" required> 
                      </div>
                    </div>
                  </div>
                  
                  
               
                 
               
              </div>
              <div class="card-footer">
              
                <input type="submit" class="btn btn-fill btn-primary" name="submit" value="Submit"/>
                  
              </div>
               </form>
            </div>
          </div>
      
        </div>
      </div>
    
  </div>
  <!-- </div>
  </div> -->
  
  
</body>

</html>