Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 3.145.151.127 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/shivainternational27.com/public_html/dashboard/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); if(isset($_SESSION['name'])){ header("location: home.php"); } ?> <!DOCTYPE html> <html lang="en"> <!-- Mirrored from www.radixtouch.com/templates/admin/atrio/source/lighthr/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 13 Sep 2021 05:57:35 GMT --> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <title>Shiv International Admin</title> <!-- Favicon--> <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"> <!-- Plugins Core Css --> <link href="assets/css/app.min.css" rel="stylesheet"> <!-- Custom Css --> <link href="assets/css/style.css" rel="stylesheet" /> <!-- You can choose a theme from css/styles instead of get all themes --> <link href="assets/css/styles/all-themes.css" rel="stylesheet" /> </head> <body class="light"> <section> <div class="container"> <br> <br> <br> <br> <br> <center><img src="assets/images/Top.png" width=18%></center> <div class="block-header"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <ul class="breadcrumb breadcrumb-style "> <li class="breadcrumb-item"> <!--<h4 class="page-title">Login</h4>--> </li> </ul> </div> </div> </div> <div class="card"> <div class="body"> <form action="login.php" method="POST" role="form"> <div class="form-group"> <div class="form-line"> <label>Email Address</label> <input name="email" type="text" id="email_address" class="form-control" required> </div> </div> <div class="form-group"> <div class="form-line"> <label>Password</label> <input name="password" type="password" id="password1" class="form-control" required> </div> </div> <!--<div class="form-check m-l-10">--> <!-- <label class="form-check-label">--> <!-- <input class="form-check-input" type="checkbox" value=""> Remember Me--> <!-- <span class="form-check-sign">--> <!-- <span class="check"></span>--> <!-- </span>--> <!-- </label>--> <!--</div>--> <br> <button type="submit" class="btn btn-primary m-t-15 waves-effect">LOGIN</button> </form> </div> </div> </div> </section> <script src="assets/js/app.min.js"></script> <script src="assets/js/chart.min.js"></script> <!-- Custom Js --> <script src="assets/js/admin.js"></script> <script src="assets/js/bundles/echart/echarts.js"></script> <script src="assets/js/bundles/apexcharts/apexcharts.min.js"></script> <script src="assets/js/pages/index.js"></script> <script src="assets/js/pages/todo/todo.js"></script> </body> <!-- Mirrored from www.radixtouch.com/templates/admin/atrio/source/lighthr/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 13 Sep 2021 05:58:06 GMT --> </html>