D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home2
/
technoi4
/
www
/
admin
/
Filename :
header.php
back
Copy
<?php session_start(); if($_SESSION['email']=='' || empty($_SESSION['email'])) echo '<script>window.location="login.php"</script>'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="css/sidebar.css"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="fontawosome/css/all.css"> <link href='DataTables/datatables.min.css' rel='stylesheet' type='text/css'> <link rel='stylesheet' href='https://cdn.datatables.net/buttons/1.2.2/css/buttons.dataTables.min.css'> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.7/css/responsive.dataTables.min.css"> <script src="jquery-3.3.1.min.js"></script> <!-- Datatable JS --> <script src="DataTables/datatables.min.js"></script> <script src='https://cdn.datatables.net/buttons/1.2.2/js/dataTables.buttons.min.js'></script> <script src='https://cdn.datatables.net/buttons/1.2.2/js/buttons.flash.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js'></script> <script src='https://cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/pdfmake.min.js'></script> <script src='https://cdn.rawgit.com/bpampuch/pdfmake/0.1.18/build/vfs_fonts.js'></script> <script src='https://cdn.datatables.net/buttons/1.2.2/js/buttons.html5.min.js'></script> <script src='https://cdn.datatables.net/buttons/1.2.2/js/buttons.print.min.js'></script> <script src="https://cdn.datatables.net/responsive/2.2.7/js/dataTables.responsive.js"></script> <script src="https://cdn.ckeditor.com/ckeditor5/10.0.1/classic/ckeditor.js"></script> </head> <body>