From a99bd1c83530984a81f97f89951638d884e32183 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Oct 2014 15:30:38 +0200 Subject: [PATCH] Fix: Fix permission on files. --- dev/fixperms.sh | 2 ++ htdocs/holiday/admin/tomergewithholiday.php | 0 htdocs/holiday/tomergewithdefine_holiday.php | 0 htdocs/resource/add.php | 0 htdocs/resource/card.php | 0 scripts/accountancy/export-thirdpartyaccount.php | 0 6 files changed, 2 insertions(+) mode change 100755 => 100644 htdocs/holiday/admin/tomergewithholiday.php mode change 100755 => 100644 htdocs/holiday/tomergewithdefine_holiday.php mode change 100755 => 100644 htdocs/resource/add.php mode change 100755 => 100644 htdocs/resource/card.php mode change 100644 => 100755 scripts/accountancy/export-thirdpartyaccount.php diff --git a/dev/fixperms.sh b/dev/fixperms.sh index 731e45cf703..5844e8b2916 100755 --- a/dev/fixperms.sh +++ b/dev/fixperms.sh @@ -25,4 +25,6 @@ then find ./htdocs -type f -iname "*.php" -exec chmod a-x {} \; chmod a+x ./scripts/*/*.php chmod a+x ./scripts/*/*.sh + chmod g-w ./scripts/*/*.php + chmod g-w ./scripts/*/*.sh fi diff --git a/htdocs/holiday/admin/tomergewithholiday.php b/htdocs/holiday/admin/tomergewithholiday.php old mode 100755 new mode 100644 diff --git a/htdocs/holiday/tomergewithdefine_holiday.php b/htdocs/holiday/tomergewithdefine_holiday.php old mode 100755 new mode 100644 diff --git a/htdocs/resource/add.php b/htdocs/resource/add.php old mode 100755 new mode 100644 diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php old mode 100755 new mode 100644 diff --git a/scripts/accountancy/export-thirdpartyaccount.php b/scripts/accountancy/export-thirdpartyaccount.php old mode 100644 new mode 100755