Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/lib/plugins/config/core/Setting/SettingSavedir.php
Назад
<?php namespace dokuwiki\plugin\config\core\Setting; /** * Class setting_savedir */ class SettingSavedir extends SettingString { /** @inheritdoc */ public function update($input) { if($this->isProtected()) return false; $value = is_null($this->local) ? $this->default : $this->local; if($value == $input) return false; if(!init_path($input)) { $this->error = true; $this->input = $input; return false; } $this->local = $input; return true; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.15 |
proxy
|
phpinfo
|
Настройка