6 lines
183 B
PHP
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";
|
|
?>
|