C:\$Recycle.Bin\S-1-5-21-2655147344-3123060542-3182615479-500\$RBQOOH6.php


1
2
3
4
5
6
7
8
9
10
11
<?php
    
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
        
$uri 'https://';
    } else {
        
$uri 'http://';
    }
    
$uri .= $_SERVER['HTTP_HOST'];
    
header('Location: '.$uri.'/dashboard/');
    exit;
?>
Something is wrong with the XAMPP installation :-(
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586