AdatB projekt + htdocs mappa hozzáadva

This commit is contained in:
Tóth Ádám
2024-12-17 12:05:52 +01:00
parent ee92888e93
commit df5d992bf4
482 changed files with 79298 additions and 0 deletions

View File

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