Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/inc/Action/Preview.php
Назад
<?php namespace dokuwiki\Action; /** * Class Preview * * preview during editing * * @package dokuwiki\Action */ class Preview extends Edit { /** @inheritdoc */ public function preProcess() { header('X-XSS-Protection: 0'); $this->savedraft(); parent::preProcess(); } /** @inheritdoc */ public function tplContent() { global $TEXT; html_edit(); html_show($TEXT); } /** * Saves a draft on preview */ protected function savedraft() { global $ID, $INFO; $draft = new \dokuwiki\Draft($ID, $INFO['client']); if (!$draft->saveDraft()) { $errors = $draft->getErrors(); foreach ($errors as $error) { msg(hsc($error), -1); } } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка