[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
acma.in
/
developer
+ Folder
+ File
Upload
Editing: header.php
<?php // check if admin is logged in if (session_status() === PHP_SESSION_NONE) { session_start(); } if (!isset($_SESSION['admin_logged_in']) || $_SESSION['admin_logged_in'] !== true) { header("Location: index.php"); exit; } ?> <div style=" background:#212529; padding:15px 25px; margin-bottom:30px; border-radius:10px; "> <a href="delete-companies.php" style=" color:#fff; text-decoration:none; margin-right:20px; font-weight:bold; "> Delete Companies </a> <a href="change-password.php" style=" color:#fff; text-decoration:none; margin-right:20px; font-weight:bold; "> Change Password </a> <a href="add-companies.php" style=" color:#fff; text-decoration:none; margin-right:20px; font-weight:bold; "> Add Companies </a> <a href="update-companies.php" style=" color:#fff; text-decoration:none; font-weight:bold; "> Update Companies </a> <a href="../password-create.php" style=" color:#fff; text-decoration:none; font-weight:bold; "> Create Hash password </a> </div>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 add-companies.php
FILE
Ren
[EDIT]
DEL
📄 db-connection.php
FILE
Ren
[EDIT]
DEL
📄 delete-companies.php
FILE
Ren
[EDIT]
DEL
📄 developer-tools.php
FILE
Ren
[EDIT]
DEL
📁 files/
DIR
Ren
DEL
📄 header.php
FILE
Ren
[EDIT]
DEL
📄 index.php
FILE
Ren
[EDIT]
DEL