From 6383b5b488f802d47fd381ed63491badbe9811b4 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Wed, 1 Feb 2023 00:17:46 +0000 Subject: [PATCH] Adjust wording and link to new docs --- setup.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/setup.php b/setup.php index 47c3c479..777c6153 100644 --- a/setup.php +++ b/setup.php @@ -1495,11 +1495,7 @@ if (isset($_POST['add_telemetry'])) {
-

Post installation, a few additional steps are required:

- +

Post installation, a few additional steps are required:


@@ -1517,14 +1513,14 @@ if (isset($_POST['add_telemetry'])) {

Welcome to ITFlow Setup

-

Thank you for choosing to try ITFlow! Feel free to reach out on the forums if you have any questions.

+

Thank you for choosing to try ITFlow! Feel free to reach out on the forums if you have any questions.

A database must be created before proceeding - click on the button below to get started!


-

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.

+

ITFlow is free software: you can redistribute and/or modify it under the terms of the GNU General Public License.
It is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

Warning: config.php is not writable. Ensure the webserver process has write access. Check the docs for info.
"; + echo "
Warning: config.php is not writable. Ensure the webserver process has write access (chmod/chown). Check the docs for info.
"; }else{ // Else, able to write. Tidy up unlink("config.php");