From e15d40be227e085413e08949f0b13436515238f2 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 15 Jan 2022 22:38:46 -0500 Subject: [PATCH] Removed Telemetry test --- blank.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/blank.php b/blank.php index 970c0c57..22f906c0 100644 --- a/blank.php +++ b/blank.php @@ -13,40 +13,4 @@

This is a great starting point for new custom pages.

- - - "$company_name", - 'city' => "$city", - 'state' => "$state", - 'country' => "$country", - 'currency' => "$currency", - 'comments' => "$comments" - ) - ); - - $opts = array('http' => - array( - 'method' => 'POST', - 'header' => 'Content-type: application/x-www-form-urlencoded', - 'content' => $postdata - ) - ); - - $context = stream_context_create($opts); - - $result = file_get_contents('https://telemetry.itflow.org', false, $context); - - echo $result; - - header("Location: clients.php"); - -?> - \ No newline at end of file