1<?php 2$conf["enable"] = 0; 3$conf["optinout"] = 'optin'; 4$conf["otpsubject"] = 'OTP Verification Code'; 5$conf["otpcontent"] = '$otp is your verification code.'; 6$conf["generatorexpiry"] = 2; 7$conf["otplength"] = 7; 8$conf["sentexpiry"] = 5; 9$conf["loginnotice"] = 'user'; 10$conf["loginsubject"] = 'Login Successful'; 11$conf["logincontent"] = 'Your account was logged into at $time.'; 12$conf["refreshexpiry"] = 240; 13$conf["logging_level"] = '0'; 14$conf["logging_path"] = '2fa_audit.txt'; 15 16