📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
boot
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📁
css
-
0755
🗑️
🔒
📁
js
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
155.19 KB
0644
🗑️
⬇️
✏️
🔒
Editing: change.php
<?php session_start(); ?><?php include "header2.php"; ?><?php include "every.php"; include "edite.php"; ?> <body onLoad="getLocation()"> <style> .guy{ margin:0px; padding:0px; } </style> <main id="main"> <!-- =======rack and Book Section ======= --> <section id="about" class="about" > <div class="container" data-aos="fade-up" > <div class="row content"> <div class="col-lg-12" style="padding:20px; width:100%; margin:auto;" align="center"> <h2 style="color:#FF339A;">CHANGE PASSWORD</h2> <p style="color:#FF339A;" ><?php echo "$rrs"; ?><?php echo "$err"; ?><?php echo "$mac"; ?><?php echo "$suc"; ?></p> <form method="post" enctype="multipart/form-data" style=" text-transform:uppercase;"> <p> <input type="password" name="old" class="form-control" placeholder="Old Password" /></p> <p><input type="password" name="new" class="form-control" placeholder="New Password" ></p> <p> <input type="password" name="emnew" class="form-control" placeholder="Confirm New Password" ></p> <p><input type="submit" name"submit" value="Change Password" class="submitn" required /></p> </form> </div> </div></div> </section><!-- Book Section --> </main><!-- End #main --> <?php include "footer2.php"; ?>
💾 Save Changes