- Affected version
- 2.2
See the post here: https://xenforo.com/community/threads/layout-bug.187026/
This is the content:
///
Some text.
More text.
[ATTACH type="full" align="right" alt="1603741053704.png"]238438[/ATTACH]
[code=php]<?php
$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
die("PHP 7.0.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}
$dir = __DIR__;
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF\Admin\App');[/code]
Yet more text.
///
This is the content:
///
Some text.
More text.
[ATTACH type="full" align="right" alt="1603741053704.png"]238438[/ATTACH]
[code=php]<?php
$phpVersion = phpversion();
if (version_compare($phpVersion, '7.0.0', '<'))
{
die("PHP 7.0.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");
}
$dir = __DIR__;
require($dir . '/src/XF.php');
XF::start($dir);
XF::runApp('XF\Admin\App');[/code]
Yet more text.
///