Advertisement
Guest User

Untitled

a guest
Jun 29th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 15.05.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. $result = WHMCS\Database\Capsule::table('tblconfiguration')->where('setting', 'crm_v2_localkey')->first();
  15.  
  16. if (!$result) {
  17. WHMCS\Database\Capsule::table('tblconfiguration')->insert(['setting' => 'crm_v2_localkey', 'value' => $crm_v2_licensekey]);
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement