From 60b02b7f98a9a542af8474f56fa677cd841b3f27 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 28 Oct 2012 18:47:59 +0000 Subject: [PATCH] *** empty log message *** --- lam/templates/login.php | 1 - 1 file changed, 1 deletion(-) 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));