Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/lib/plugins/config/core/Setting/SettingLicense.php
Назад
<?php namespace dokuwiki\plugin\config\core\Setting; /** * Class setting_license */ class SettingLicense extends SettingMultichoice { protected $choices = array(''); // none choosen /** @inheritdoc */ public function initialize($default = null, $local = null, $protected = null) { global $license; foreach($license as $key => $data) { $this->choices[] = $key; $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting } parent::initialize($default, $local, $protected); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка