past Posted March 19, 2020 Share Posted March 19, 2020 (edited) hi, Why doesn't this code work?The Whmcs cronjob is also running correctly <?php if (!defined("WHMCS")) { die("This file cannot be accessed directly"); } add_hook("AfterCronJob", 1, "Cronjob"); function Cronjob() { $tarh_phoneverify_settings = array("id"=>"1", "name" => "0"); insert_query('tblman',$tarh_phoneverify_settings); } Edited March 19, 2020 by past 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.