From b8903f761a7e691d6c35755c23042c9bfc9cbc2a Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Sat, 15 Feb 2020 23:25:31 +0100 Subject: [PATCH] Remove print_r($config['main']['base_path']) from config.php Signed-off-by: Diederik de Groot --- lib/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index 16df23a..c4435e4 100644 --- a/lib/config.php +++ b/lib/config.php @@ -50,7 +50,6 @@ foreach ($tree_base as $key => $value) { } $config['main']['base_path'] = $base_path; -print_r($config['main']['base_path']); $config['main']['tftproot'] = (!empty($config['main']['tftproot'])) ? $base_path . "tftpboot" : '/tftpboot'; # Fixup debug