Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <?php
  2. class JConfig {
  3. public $offline = '0';
  4. public $offline_message = 'Сайт закрыт на техническое обслуживание.<br /> Пожалуйста, зайдите позже.';
  5. public $display_offline_message = '1';
  6. public $offline_image = '';
  7. public $sitename = ' Язь';
  8. public $editor = 'jce';
  9. public $captcha = '0';
  10. public $list_limit = '20';
  11. public $access = '1';
  12. public $debug = '0';
  13. public $debug_lang = '0';
  14. public $dbtype = 'mysql';
  15. public $host = 'localhost';
  16. public $user = 'root';
  17. public $password = 'toor';
  18. public $db = 'FUCKEDUP';
  19. public $dbprefix = 'glbd8_';
  20. public $live_site = '';
  21. public $secret = 'FkRMlU3IGgVwhgh2';
  22. public $gzip = '0';
  23. public $error_reporting = 'default';
  24. public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';
  25. public $ftp_host = '127.0.0.1';
  26. public $ftp_port = '21';
  27. public $ftp_user = '';
  28. public $ftp_pass = '';
  29. public $ftp_root = '';
  30. public $ftp_enable = '0';
  31. public $offset = 'UTC';
  32. public $mailonline = '1';
  33. public $mailer = 'mail';
  34. public $mailfrom = 'admin@google.com';
  35. public $fromname = ' Язь';
  36. public $sendmail = '/usr/sbin/sendmail';
  37. public $smtpauth = '0';
  38. public $smtpuser = '';
  39. public $smtppass = '';
  40. public $smtphost = 'localhost';
  41. public $smtpsecure = 'none';
  42. public $smtpport = '25';
  43. public $caching = '0';
  44. public $cache_handler = 'file';
  45. public $cachetime = '15';
  46. public $MetaDesc = 'РЫБО МОЯ МЕЧТИ';
  47. public $MetaKeys = '';
  48. public $MetaTitle = '1';
  49. public $MetaAuthor = '1';
  50. public $MetaVersion = '0';
  51. public $robots = '';
  52. public $sef = '1';
  53. public $sef_rewrite = '1';
  54. public $sef_suffix = '0';
  55. public $unicodeslugs = '0';
  56. public $feed_limit = '10';
  57. public $log_path = '/home/ulmic/www/logs';
  58. public $tmp_path = '/home/ulmic/www/tmp';
  59. public $lifetime = '150';
  60. public $session_handler = 'database';
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement