mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Updated install.php to only use existing DB connection for 2 stages
This commit is contained in:
+4
-1
@@ -30,7 +30,10 @@ $config['db_name']=$dbname;
|
|||||||
}
|
}
|
||||||
|
|
||||||
include("../includes/defaults.inc.php");
|
include("../includes/defaults.inc.php");
|
||||||
include_once("../includes/definitions.inc.php");
|
if($_POST['stage'] == "3" || $_POST['stage'] == "4")
|
||||||
|
{
|
||||||
|
include_once("../includes/definitions.inc.php");
|
||||||
|
}
|
||||||
include("../includes/functions.php");
|
include("../includes/functions.php");
|
||||||
include("includes/functions.inc.php");
|
include("includes/functions.inc.php");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user