diff --git a/html/install.php b/html/install.php index 09ff7922f..1c625fc00 100644 --- a/html/install.php +++ b/html/install.php @@ -422,6 +422,9 @@ EOD; fwrite($conf,$config_file); echo("
The config file has been created
"); } + } else { + echo("
We couldn't create the config.php file, please create this manually before continuing by copying the below into a config.php in the root directory of your install (typically /opt/librenms/)
"); + echo("
<?php\n".stripslashes($config_file)."
"); } } ?> @@ -549,3 +552,4 @@ elseif($stage == "6") +