D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
antlerworldwide
/
public_html
/
admin
/
Filename :
welcome.php
back
Copy
<?php ob_start(); session_start(); if(!$_SESSION['user_id']) { header('location:login.php'); } ?> <?php include('include/header.php')?> <!--// top-bar --> <!-- Forms content --> <section class="forms-section"> <div class="outer-w3-agile mt-3 text-center"> <h4 class="tittle-w3-agileits mb-4">Welcome To Admin Panel</h4> <img src="images/computer.png" class="img-responsive" /> </div> </section> <?php include('include/footer.php') ?>