From fae0a802d7ed96deccda70cd6fc3f41b76c148d2 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Wed, 23 Sep 2020 09:27:12 +0200 Subject: [PATCH] Remove execute file system permissions for layout/includes/* which have sneaked in --- layout/includes/footer.php | 0 layout/includes/footnote.php | 0 layout/includes/imagearea.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 layout/includes/footer.php mode change 100755 => 100644 layout/includes/footnote.php mode change 100755 => 100644 layout/includes/imagearea.php diff --git a/layout/includes/footer.php b/layout/includes/footer.php old mode 100755 new mode 100644 diff --git a/layout/includes/footnote.php b/layout/includes/footnote.php old mode 100755 new mode 100644 diff --git a/layout/includes/imagearea.php b/layout/includes/imagearea.php old mode 100755 new mode 100644 -- GitLab