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 13