Advertisement
Guest User

Untitled

a guest
Oct 26th, 2022
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. namespace App;
  4.  
  5. class Bitflan {
  6. const Name = 'CyberTools';
  7. const ID = '39362748';
  8. CONST URL = '';
  9. const Version = '1.4';
  10. const DEMO_MODE = FALSE;
  11.  
  12. const VendorName = 'Bitflan';
  13. const VendorURL = '';
  14. const VendorAPI = '';
  15.  
  16. const ActivateLink = '';
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement