0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
[
Home
]
File: aaindex.php
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CWRDM Project Managment System | </title> <!-- Bootstrap --> <link href="gentelella-1.3.0/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Font Awesome --> <link href="gentelella-1.3.0/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <!-- Animate.css --> <link href="https://colorlib.com/polygon/gentelella/css/animate.min.css" rel="stylesheet"> <!-- Custom Theme Style --> <link href="gentelella-1.3.0/build/css/custom.min.css" rel="stylesheet"> <link rel="icon" href="../images/icon.ico" /> </head> <?php @session_start(); session_destroy(); ?> <style type="text/css"> body{ color: #bec4ca; } </style> <body class="login"> <div> <a class="hiddenanchor" id="signup"></a> <a class="hiddenanchor" id="signin"></a> <div class="login_wrapper"> <div class="animate form login_form"> <div class="row center"> <img src="images/logo.png" width="300"> </div> <section class="login_content"> <form action="login_ctrl.php" method="post" name="Login" id="Login"> <h1>User Login</h1> <div> <input name="txtusername" type="text" class="form-control" placeholder="Username" required="" /> </div> <div> <input name="txtpassword" type="password" class="form-control" placeholder="Password" required="" /> </div> <div> <Button class="btn btn-default submit" type="submit">Log in</button> </div> <div class="clearfix"></div> <div class="separator"> <div class="clearfix"></div> <br /> <p> <span class="valText" style="color:red"><?php if(isset($_GET['status'])) { echo "Authentication Failed"; } ?></span> </p> <div> <h1>CWRDM Project Managment System</h1> <p>Copyright © GMD 2015 All Rights Reserved</p> <p>Powered by Geomatics Division CWRDM</p> </div> </div> </form> </section> </div> </div> </div> </body> </html>