add rssa apps to git
This commit is contained in:
@@ -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 :-(
|
||||
Reference in New Issue
Block a user