Advertisement
Guest User

Untitled

a guest
Jul 9th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?php
  2. /*
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.5.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class basic_config
  15. {
  16. const jsdebug = 'yes';
  17. const version = '1.0';
  18. const default_theme = 'vital_pbx';
  19. const default_theme_file = 'vital_pbx';
  20. const database_protocol = 'mysql';
  21. const database_host = 'localhost';
  22. const database_port = 3306;
  23. const database_name = 'ombutel';
  24. const database_username = 'ombutel';
  25. const database_password = 'ombutel';
  26. const database_socket = null;
  27. const database_prefix = 'ombu_';
  28. const resource_path = '/var/lib/ombutel/static';
  29. const sbin_path = '/usr/sbin';
  30. const APP_PATH = '/usr/share/ombutel';
  31. const CERT_PATH = '/usr/share/ombutel/certificates';
  32. const CERT_CLIENTS_PATH = '/usr/share/ombutel/certificates/clients';
  33. const WEB_PATH = '/usr/share/ombutel/www';
  34. const LOG_PATH = '/var/log/vitalpbx';
  35. ............................................................
  36. ................................
  37. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement