From 7a4aff3c8ecda8716be9322775d226a970cc4e5d Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Mon, 26 Feb 2024 23:04:46 +0100 Subject: [PATCH] Update support.php hidden BBcode code block - only becomes visible when pasted - onion juice ink - magic --- admin/support.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/admin/support.php b/admin/support.php index 2502e23..c309ada 100644 --- a/admin/support.php +++ b/admin/support.php @@ -14,18 +14,22 @@ FlatPress - Create support data

For bug reports and help, visit the FlatPress forum, report the bug on GitHub or send an email.
Include these outputs (copy & paste) in English with the following information: bug description, steps to reproduce.

FlatPress general

-

[code]

+

[code]

Setup

'; ?>

-

[/code]

+

[/code]

FlatPress file and directory permissions

-

[code]

+

[code]

Core files

As soon as the setup has been successfully executed, the setup.php file should be deleted before productive operation.

! The directory cache does not exist.

'; } ?> -

[/code]

+

[/code]

PHP

-

[code]

+

[code]

The PHP version is

Extensions

The PHP-Intl extension must be activated.

@@ -258,10 +262,10 @@ echo '

The GD Extension is activated.

'; } ?> -

[/code]

+

[/code]

Other

-

[code]

+

[code]

The browser used is of interest if there are display errors.

FlatPress Session cookie: ' . SESS_COOKIE . '

'; ?> - +

[/code]

Output completed!

Symbols:

No action necessary

Does not restrict functionality, but requires attention

! Action urgently needed

Powered by FlatPress.

-

[/code]