--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/option.xsd">
+ <import>
+ <options>
+ <option name="internal_hostnames">
+ <categoryname>general.page</categoryname>
+ <optiontype>textarea</optiontype>
+ </option>
+ </options>
+ </import>
+</data>
lib/system/package/plugin/FilePackageInstallationPlugin.class.php
-->
<instruction type="file" run="standalone">files_pre.tar</instruction>
+
+ <!-- Deploy some of the options before running the upgrade to not brick the login if the upgrade aborts. -->
+ <instruction type="option" run="standalone">option_5.4.xml</instruction>
<!-- Preparations for the new session system. -->
<instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.4_session_1_cookies.php</instruction>
<instruction type="acpTemplate" />
<instruction type="template" />
- <!-- Make the new options available as early as possible. -->
+ <!-- Make all the new options available as early as possible. -->
<instruction type="option" run="standalone" />
<!-- Cleanup for the new session system. -->