add semakin imut

This commit is contained in:
ryan
2025-10-09 11:03:05 +07:00
parent bec25071eb
commit 85fc69c091
6348 changed files with 1138634 additions and 0 deletions
+11
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.'/home.php');
exit;
?>
Sepertinya ada yang salah :-(