AdatB projekt + htdocs mappa hozzáadva
This commit is contained in:
11
Suli/13.b/Backend/htdocs/index.php
Normal file
11
Suli/13.b/Backend/htdocs/index.php
Normal 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 :-(
|
||||
Reference in New Issue
Block a user