diff --git a/htdocs/admin/workstation.php b/htdocs/admin/workstation.php old mode 100755 new mode 100644 diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php old mode 100755 new mode 100644 diff --git a/htdocs/core/modules/modWorkstation.class.php b/htdocs/core/modules/modWorkstation.class.php old mode 100755 new mode 100644 diff --git a/htdocs/core/modules/workstation/mod_workstation_advanced.php b/htdocs/core/modules/workstation/mod_workstation_advanced.php old mode 100755 new mode 100644 diff --git a/htdocs/core/modules/workstation/mod_workstation_standard.php b/htdocs/core/modules/workstation/mod_workstation_standard.php old mode 100755 new mode 100644 diff --git a/htdocs/core/modules/workstation/modules_workstation.php b/htdocs/core/modules/workstation/modules_workstation.php old mode 100755 new mode 100644 diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php old mode 100755 new mode 100644 diff --git a/htdocs/includes/stripe/stripe-php/build.php b/htdocs/includes/stripe/stripe-php/build.php old mode 100755 new mode 100644 index 37360ffef92..2d2837a0852 --- a/htdocs/includes/stripe/stripe-php/build.php +++ b/htdocs/includes/stripe/stripe-php/build.php @@ -6,20 +6,20 @@ $autoload = (int) $argv[1]; $returnStatus = null; if (!$autoload) { - // Modify composer to not autoload Stripe - $composer = \json_decode(\file_get_contents('composer.json'), true); - unset($composer['autoload'], $composer['autoload-dev']); + // Modify composer to not autoload Stripe + $composer = \json_decode(\file_get_contents('composer.json'), true); + unset($composer['autoload'], $composer['autoload-dev']); - \file_put_contents('composer.json', \json_encode($composer, \JSON_PRETTY_PRINT)); + \file_put_contents('composer.json', \json_encode($composer, \JSON_PRETTY_PRINT)); } \passthru('composer update', $returnStatus); if (0 !== $returnStatus) { - exit(1); + exit(1); } $config = $autoload ? 'phpunit.xml' : 'phpunit.no_autoload.xml'; \passthru("./vendor/bin/phpunit -c {$config}", $returnStatus); if (0 !== $returnStatus) { - exit(1); + exit(1); } diff --git a/htdocs/includes/stripe/stripe-php/update_certs.php b/htdocs/includes/stripe/stripe-php/update_certs.php old mode 100755 new mode 100644 index a73622cca77..2310698c142 --- a/htdocs/includes/stripe/stripe-php/update_certs.php +++ b/htdocs/includes/stripe/stripe-php/update_certs.php @@ -7,9 +7,9 @@ $fp = \fopen(__DIR__ . '/data/ca-certificates.crt', 'w+b'); $options = [ - \CURLOPT_FILE => $fp, - \CURLOPT_TIMEOUT => 3600, - \CURLOPT_URL => 'https://curl.haxx.se/ca/cacert.pem', + \CURLOPT_FILE => $fp, + \CURLOPT_TIMEOUT => 3600, + \CURLOPT_URL => 'https://curl.haxx.se/ca/cacert.pem', ]; $ch = \curl_init(); diff --git a/htdocs/workstation/class/workstation.class.php b/htdocs/workstation/class/workstation.class.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/lib/workstation.lib.php b/htdocs/workstation/lib/workstation.lib.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/lib/workstation_workstation.lib.php b/htdocs/workstation/lib/workstation_workstation.lib.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/workstation_agenda.php b/htdocs/workstation/workstation_agenda.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/workstation_card.php b/htdocs/workstation/workstation_card.php old mode 100755 new mode 100644 index a179084f75f..900a1964800 --- a/htdocs/workstation/workstation_card.php +++ b/htdocs/workstation/workstation_card.php @@ -1,6 +1,5 @@ - * Copyright (C) ---Put here your own copyright and developer email--- * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/workstation/workstation_document.php b/htdocs/workstation/workstation_document.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/workstation_list.php b/htdocs/workstation/workstation_list.php old mode 100755 new mode 100644 diff --git a/htdocs/workstation/workstation_note.php b/htdocs/workstation/workstation_note.php old mode 100755 new mode 100644