Update index.php
parent
980dead10c
commit
875aaf1729
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$destination = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['HTTP_URI'] . "";
|
||||
$destination = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
|
||||
require_once('helper.php');
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue