Files
2019-05-25 23:11:05 -04:00

6 lines
183 B
PHP

<?php
$base_url = 'https://'.str_replace("extlayer","svrlayer",$_SERVER["SERVER_NAME"]);
$local_url = 'https://'.$_SERVER["SERVER_NAME"];
$target_url = $base_url."/internal.php";
?>