<? $otp_file = "somefile.txt"; $trimmed = file($otp_file); $otp = array_shift($trimmed); file_put_contents($otp_file, $trimmed); echo <a href='https://www.fastmail.fm/mail/?FLN-UserName=********;FLN-Password=" . rtrim($otp) . ";FLN-SessionTime=1800;FLN-NoCache=1' target='_blank'>Login</a> ?>
You need to create an account or log in to post comments to this site.