diff --git a/lam/templates/login.php b/lam/templates/login.php index 6a89adfb..8e691f0e 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -181,7 +181,6 @@ function display_LoginPage($config_object) { // upgrade if pdf/profiles contain single files if (containsFiles('../config/profiles') || containsFiles('../config/pdf')) { - echo 'bla'; $result = testPermissions(); if (sizeof($result) > 0) { StatusMessage('ERROR', 'Unable to migrate configuration files. Please allow write access to these paths:', implode('
', $result));