Fix: Fix permission on files.

This commit is contained in:
Laurent Destailleur 2014-10-17 15:30:38 +02:00
parent 4b34455f0a
commit a99bd1c835
6 changed files with 2 additions and 0 deletions

View File

@ -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

0
htdocs/holiday/admin/tomergewithholiday.php Executable file → Normal file
View File

0
htdocs/holiday/tomergewithdefine_holiday.php Executable file → Normal file
View File

0
htdocs/resource/add.php Executable file → Normal file
View File

0
htdocs/resource/card.php Executable file → Normal file
View File

0
scripts/accountancy/export-thirdpartyaccount.php Normal file → Executable file
View File