local.php.bak.php 714 B

12345678910111213141516171819202122232425
  1. <?php
  2. /*
  3. * Dokuwiki's Main Configuration File - Local Settings
  4. * Auto-generated by config plugin
  5. * Run for user: denis.petrov
  6. * Date: Wed, 07 Jun 2023 11:29:30 +0300
  7. */
  8. $conf['title'] = 'Open';
  9. $conf['lang'] = 'ru';
  10. $conf['license'] = '0';
  11. $conf['breadcrumbs'] = 0;
  12. $conf['showuseras'] = 'username';
  13. $conf['deaccent'] = '2';
  14. $conf['useacl'] = 1;
  15. $conf['superuser'] = '@admin';
  16. $conf['manager'] = 'user,driver,support, @practice';
  17. $conf['disableactions'] = 'register,profile_delete';
  18. $conf['im_convert'] = '/usr/bin/convert';
  19. $conf['jpg_quality'] = 98;
  20. $conf['notify'] = 'info@sharix-app.org';
  21. $conf['mailfrom'] = 'doc@sharix-app.org';
  22. $conf['htmlmail'] = 0;
  23. $conf['userewrite'] = '2';
  24. $conf['useslash'] = 1;