Контент данной страницы недоступен без токена доступа.
"; $getdata = http_build_query( array( 'token' => $_GET['token'], ) ); $opts = array('http' => array( 'method' => 'GET', 'header' => "Authorization: Basic ".base64_encode("АдминТест:123")."\r\n" ) ); $context = stream_context_create($opts); $url = 'http://localhost/fsvok_work_copy/hs/initService/validationtoken?'.$getdata; $result = json_decode(file_get_contents($url, false, $context), true); if ( $result["status"] ) echo file_get_contents('change_pass.php'); } else { echo 'Контент данной страницы недоступен без токена доступа.