diff --git a/AUTHORS.md b/AUTHORS.md index c547763ae6..44232fb13d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -23,6 +23,7 @@ Contributors to LibreNMS: - Stuart Henderson (sthen) - Filippo Giunchedi (filippog) - Lasse Leegaard (lasseleegaard) +- Mickael Marchand (mmarchand) - Mohammad Al-Shami (mohshami) [1]: http://observium.org/ "Observium web site" diff --git a/html/install.php b/html/install.php index 2c9b71743c..09ff7922f4 100644 --- a/html/install.php +++ b/html/install.php @@ -33,7 +33,7 @@ include("../includes/defaults.inc.php"); // Work out the install directory $cur_dir = explode('/',$_SERVER['DOCUMENT_ROOT']); $install_dir = array_pop($cur_dir); -#$install_dir = array_pop($cur_dir); +$install_dir = array_pop($cur_dir); $install_dir = implode('/',$cur_dir); $config['install_dir'] = $install_dir; $config['log_dir'] = $install_dir.'/logs';