whoami7 - Manager
:
/
home
/
gracious
/
hris.graciousphils.com
/
backup hris employee
/
Upload File:
files >> /home/gracious/hris.graciousphils.com/backup hris employee/completeregistration.php
<?php session_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['lid'])==0) { header('location:index.php'); } else{ include('includes/config.php'); ?> <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="includes/assets/bootstrap.min.css"> <script type="text/javascript"> window.history.forward(); function noBack() { window.history.forward(); } </script> <title>Employee Registration</title> </head> <body> <div class="container-fluid" style="padding-top: 120px;"> <form method="POST" id="regForm" enctype="multipart/form-data"> <div class="card"> <div class="card-header text-white"> <center><h2>You have completed the registration!</h2></center> </div> <div class="card-body bg-white"> <div class="row"> <!-- Government ID's --> <div class="col-md-12"> <center> <img src="welcome/welcome-dribbble.gif" class="img-responsived" alt="..."> </center> </div> <!-- Government ID's --> </div> </div> <div class="card-footer"> <center><h4><a href="index.php <?php session_destroy() ?>">Proceed to Login</a></h4></center> </div> </div> </form> </div> <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/masking-input.js" data-autoinit="true"></script> <!-- Optional JavaScript; choose one of the two! --> <!-- Option 1: Bootstrap Bundle with Popper --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <!-- Option 2: Separate Popper and Bootstrap JS --> <!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> --> </body> </html> <?php } ?>
Copyright ©2021 || Defacer Indonesia