hmaddy Posted May 14, 2023 Share Posted May 14, 2023 Can i use the following commands in root folder of whmcs or not. use WHMCS\User\Client; use WHMCS\Database\Capsule; can i use these option features with capsule command in root folder of whmcs or not 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted May 15, 2023 Share Posted May 15, 2023 Yes, you just need to include the init.php file in your script. 0 Quote Link to comment Share on other sites More sharing options...
hmaddy Posted May 15, 2023 Author Share Posted May 15, 2023 can you share me the correct statement to include it 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted May 15, 2023 Share Posted May 15, 2023 <?php require 'init.php'; use ... 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.