diff --git a/call_home.php b/call_home.php deleted file mode 100644 index 7520d41..0000000 --- a/call_home.php +++ /dev/null @@ -1,18 +0,0 @@ -||||| -*/ - -$data = isset($_REQUEST['system_info']) ? strip_tags($_REQUEST['system_info']) : ''; - -if(empty($data)){ - exit(0); -} - -$file = 'var/system_info.txt'; -$fp = fopen($file, 'a'); -fwrite($fp, $data."\n"); -fclose($fp); - -exit(0); -?> \ No newline at end of file