X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us-old/View
home
/
gfecatvj
/
4abetter.us-old
/
View
/
📁
..
📄
add_post.php
(762 B)
📄
admin.php
(5.23 KB)
📄
edit_post.php
(1005 B)
📁
inc
📄
index.php
(15.2 KB)
📄
login.php
(749 B)
📄
not_found.php
(432 B)
📄
post.php
(895 B)
Editing: login.php
<?php /** * @author Pierre-Henry Soria <phy@hizup.uk> * @copyright (c) 2015-2017, Pierre-Henry Soria. All Rights Reserved. * @license Lesser General Public License <http://www.gnu.org/copyleft/lesser.html> * @link http://hizup.uk */ ?> <?php require 'inc/header.php' ?> <?php require 'inc/msg.php' ?> <form action="" method="post"> <p><label for="email">Email:</label><br /> <input type="email" name="email" id="email" required="required" /> </p> <p><label for="password">Password:</label><br /> <input type="password" name="password" id="password" required="required" /> </p> <p><input type="submit" value="Log In" /></p> </form> <?php require 'inc/footer.php' ?>
Upload File
Create Folder