Remove print_r($config['main']['base_path']) from config.php
Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
@@ -50,7 +50,6 @@ foreach ($tree_base as $key => $value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$config['main']['base_path'] = $base_path;
|
$config['main']['base_path'] = $base_path;
|
||||||
print_r($config['main']['base_path']);
|
|
||||||
$config['main']['tftproot'] = (!empty($config['main']['tftproot'])) ? $base_path . "tftpboot" : '/tftpboot';
|
$config['main']['tftproot'] = (!empty($config['main']['tftproot'])) ? $base_path . "tftpboot" : '/tftpboot';
|
||||||
|
|
||||||
# Fixup debug
|
# Fixup debug
|
||||||
|
Reference in New Issue
Block a user