One Hat Cyber Team
Your IP :
104.23.197.102
Server IP :
104.21.51.23
Server :
Linux 128-201-239-36.cprapid.com 3.10.0-1160.41.1.el7.x86_64 #1 SMP Tue Aug 31 14:52:47 UTC 2021 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
juscatamarca
/
www
/
campusjxj
/
includes
/
layout
/
View File Name :
header.php
<?php declare(strict_types=1); require_once ROOT_PATH . '/helpers/functions.php'; $pageTitle = $pageTitle ?? APP_NAME; $authPage = $authPage ?? false; ?> <!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?= e($pageTitle) ?> | <?= e(APP_NAME) ?></title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" referrerpolicy="no-referrer"> <link href="<?= e(asset_url('css/style.css')) ?>?v=2" rel="stylesheet"> </head> <body class="<?= $authPage ? 'auth-body' : 'app-body' ?>"> <?php if (!$authPage): ?> <div class="app-layout"> <?php endif; ?>