From 9c087e27d02924722b34e6f094d7172ff3be5b9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Feb 2015 13:45:55 +0100 Subject: [PATCH] Fix permissions --- .gitignore | 1 + htdocs/core/boxes/box_produits.php | 0 htdocs/core/boxes/box_produits_alerte_stock.php | 0 htdocs/core/class/html.form.class.php | 0 htdocs/core/modules/modDynamicPrices.class.php | 0 htdocs/fourn/ajax/getSupplierPrices.php | 0 htdocs/fourn/class/fournisseur.product.class.php | 0 htdocs/includes/evalmath/evalmath.class.php | 0 htdocs/product/class/priceexpression.class.php | 0 htdocs/product/class/priceparser.class.php | 0 htdocs/product/class/product.class.php | 0 htdocs/product/expression.php | 0 htdocs/product/fournisseurs.php | 0 htdocs/product/index.php | 0 htdocs/product/price.php | 0 15 files changed, 1 insertion(+) mode change 100755 => 100644 htdocs/core/boxes/box_produits.php mode change 100755 => 100644 htdocs/core/boxes/box_produits_alerte_stock.php mode change 100755 => 100644 htdocs/core/class/html.form.class.php mode change 100755 => 100644 htdocs/core/modules/modDynamicPrices.class.php mode change 100755 => 100644 htdocs/fourn/ajax/getSupplierPrices.php mode change 100755 => 100644 htdocs/fourn/class/fournisseur.product.class.php mode change 100755 => 100644 htdocs/includes/evalmath/evalmath.class.php mode change 100755 => 100644 htdocs/product/class/priceexpression.class.php mode change 100755 => 100644 htdocs/product/class/priceparser.class.php mode change 100755 => 100644 htdocs/product/class/product.class.php mode change 100755 => 100644 htdocs/product/expression.php mode change 100755 => 100644 htdocs/product/fournisseurs.php mode change 100755 => 100644 htdocs/product/index.php mode change 100755 => 100644 htdocs/product/price.php diff --git a/.gitignore b/.gitignore index 20c87aa1e42..12983e5dfd8 100755 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ default.properties .buildpath .gitmodules dolibarr_install.log +upgrade.log doxygen_warnings.log /.project .DS_Store diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php old mode 100755 new mode 100644 diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php old mode 100755 new mode 100644 diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php old mode 100755 new mode 100644 diff --git a/htdocs/core/modules/modDynamicPrices.class.php b/htdocs/core/modules/modDynamicPrices.class.php old mode 100755 new mode 100644 diff --git a/htdocs/fourn/ajax/getSupplierPrices.php b/htdocs/fourn/ajax/getSupplierPrices.php old mode 100755 new mode 100644 diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php old mode 100755 new mode 100644 diff --git a/htdocs/includes/evalmath/evalmath.class.php b/htdocs/includes/evalmath/evalmath.class.php old mode 100755 new mode 100644 diff --git a/htdocs/product/class/priceexpression.class.php b/htdocs/product/class/priceexpression.class.php old mode 100755 new mode 100644 diff --git a/htdocs/product/class/priceparser.class.php b/htdocs/product/class/priceparser.class.php old mode 100755 new mode 100644 diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php old mode 100755 new mode 100644 diff --git a/htdocs/product/expression.php b/htdocs/product/expression.php old mode 100755 new mode 100644 diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php old mode 100755 new mode 100644 diff --git a/htdocs/product/index.php b/htdocs/product/index.php old mode 100755 new mode 100644 diff --git a/htdocs/product/price.php b/htdocs/product/price.php old mode 100755 new mode 100644