Delete 'infucks.php'

This commit is contained in:
a 2023-07-03 18:55:43 -04:00
parent 77dec74ad5
commit 0e03d02f54
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
<?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 :-(