12345678910111213141516171819202122232425 |
- <?php
- /*
- * Dokuwiki's Main Configuration File - Local Settings
- * Auto-generated by config plugin
- * Run for user: denis.petrov
- * Date: Wed, 07 Jun 2023 11:29:30 +0300
- */
- $conf['title'] = 'Open';
- $conf['lang'] = 'ru';
- $conf['license'] = '0';
- $conf['breadcrumbs'] = 0;
- $conf['showuseras'] = 'username';
- $conf['deaccent'] = '2';
- $conf['useacl'] = 1;
- $conf['superuser'] = '@admin';
- $conf['manager'] = 'user,driver,support, @practice';
- $conf['disableactions'] = 'register,profile_delete';
- $conf['im_convert'] = '/usr/bin/convert';
- $conf['jpg_quality'] = 98;
- $conf['notify'] = 'info@sharix-app.org';
- $conf['mailfrom'] = 'doc@sharix-app.org';
- $conf['htmlmail'] = 0;
- $conf['userewrite'] = '2';
- $conf['useslash'] = 1;
|