Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <?php
  2. class JConfig {
  3. public $offline = '0';
  4. public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
  5. public $display_offline_message = '2';
  6. public $offline_image = '';
  7. public $sitename = 'Духи из Германии';
  8. public $sitename1 = 'AromaBuket - оригинальная парфюмерия из Германии http://aromabuket.com';
  9. public $editor = 'tinymce';
  10. public $captcha = '0';
  11. public $list_limit = '20';
  12. public $access = '1';
  13. public $dbtype = 'mysqli';
  14. public $host = 'localhost';
  15. public $user = '9lkpc8noxq';
  16. public $password = 'admin123';
  17. public $db = 'fmxeyldi2';
  18. public $dbprefix = 'jos_';
  19. public $secret = '0hfEleP8sgTaVA4x';
  20. public $gzip = '0';
  21. public $error_reporting = 'default';
  22. public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';
  23. public $ftp_host = '127.0.0.1';
  24. public $ftp_port = '21';
  25. public $ftp_user = 'admin';
  26. public $ftp_pass = 'Minsk1';
  27. public $ftp_root = '';
  28. public $ftp_enable = '0';
  29. public $tmp_path = '/home/fmxeyldi/htdocs/';
  30. public $log_path = '/home/fmxeyldi/htdocs/';
  31. public $live_site = '';
  32. public $force_ssl = '0';
  33. public $offset = 'UTC';
  34. public $lifetime = '150';
  35. public $session_handler = 'database';
  36. public $mailer = 'smtp';
  37. public $mailfrom = 'aromabuket@yahoo.de';
  38. public $fromname = 'AromaBuket';
  39. public $sendmail = '/usr/bin/sendmail';
  40. public $smtpauth = '1';
  41. public $smtpuser = 'kontakt@aromabuket.com';
  42. public $smtppass = 'puderbachsteimel';
  43. public $smtphost = 'host31.checkdomain.de';
  44. public $caching = '0';
  45. public $cachetime = '15';
  46. public $cache_handler = 'file';
  47. public $debug = '0';
  48. public $debug_lang = '0';
  49. public $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
  50. public $MetaKeys = 'joomla, Joomla';
  51. public $MetaTitle = '1';
  52. public $MetaAuthor = '1';
  53. public $MetaVersion = '0';
  54. public $robots = '';
  55. public $sef = '1';
  56. public $sef_rewrite = '1';
  57. public $sef_suffix = '1';
  58. public $unicodeslugs = '0';
  59. public $feed_limit = '10';
  60. public $feed_email = 'author';
  61. public $smtpsecure = 'tls';
  62. public $smtpport = '587';
  63. public $MetaRights = '';
  64. public $sitename_pagetitles = '0';
  65. public $cookie_domain = '';
  66. public $cookie_path = '';
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement