From a4ed7fdd29034092bd655325a05293375368013e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Mar 2019 18:59:44 +0000 Subject: [PATCH] Fix permissions --- .gitattributes | 0 .gitignore | 0 Config/phan.php | 0 Config/phpcs.xml | 0 Config/phpmd.xml | 0 Config/phpstan.neon | 0 Helper/ipGeoLocationBuilder.php | 0 Helper/output.csv | 0 Helper/watcher.sh | 0 Hooks/default.sh | 0 Hooks/delegator.sh | 0 Hooks/filename.sh | 0 Hooks/logging.sh | 0 Hooks/syntax.sh | 0 Hooks/tests.sh | 0 Hooks/travis.sh | 0 Inspection/Html/attributes.sh | 0 Inspection/Html/tags.sh | 0 Inspection/Js/linting.sh | 0 Inspection/Js/security.sh | 0 Inspection/Js/tests.sh | 0 Inspection/Json/linting.sh | 0 Inspection/Logic/module_json.sh | 0 Inspection/Logic/module_navigation.sh | 0 Inspection/Logic/module_route.sh | 0 Inspection/Php/linting.sh | 0 Inspection/Php/security.sh | 0 Inspection/Php/stats.sh | 0 Inspection/Php/style.sh | 0 Inspection/Php/tests.sh | 0 Inspection/inspect.sh | 0 Js/build.sh | 0 Js/build3D.sh | 0 Js/buildBase.sh | 0 Js/buildChart.sh | 0 Js/buildLib.sh | 0 Js/buildMath.sh | 0 Js/buildSocket.sh | 0 Js/buildUI.sh | 0 LICENSE.txt | 0 README.md | 0 Tools/jsBuilder.sh | 0 buildProject.php | 0 buildProject.sh | 0 config.sh | 0 info.php | 3 +++ install.sh | 0 packages.txt | 22 ++++++++++++++++++++++ setup.sh | 0 test.php | 3 +++ 50 files changed, 28 insertions(+) mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Config/phan.php mode change 100644 => 100755 Config/phpcs.xml mode change 100644 => 100755 Config/phpmd.xml mode change 100644 => 100755 Config/phpstan.neon mode change 100644 => 100755 Helper/ipGeoLocationBuilder.php create mode 100755 Helper/output.csv mode change 100644 => 100755 Helper/watcher.sh mode change 100644 => 100755 Hooks/default.sh mode change 100644 => 100755 Hooks/delegator.sh mode change 100644 => 100755 Hooks/filename.sh mode change 100644 => 100755 Hooks/logging.sh mode change 100644 => 100755 Hooks/syntax.sh mode change 100644 => 100755 Hooks/tests.sh mode change 100644 => 100755 Hooks/travis.sh mode change 100644 => 100755 Inspection/Html/attributes.sh mode change 100644 => 100755 Inspection/Html/tags.sh mode change 100644 => 100755 Inspection/Js/linting.sh mode change 100644 => 100755 Inspection/Js/security.sh mode change 100644 => 100755 Inspection/Js/tests.sh mode change 100644 => 100755 Inspection/Json/linting.sh mode change 100644 => 100755 Inspection/Logic/module_json.sh mode change 100644 => 100755 Inspection/Logic/module_navigation.sh mode change 100644 => 100755 Inspection/Logic/module_route.sh mode change 100644 => 100755 Inspection/Php/linting.sh mode change 100644 => 100755 Inspection/Php/security.sh mode change 100644 => 100755 Inspection/Php/stats.sh mode change 100644 => 100755 Inspection/Php/style.sh mode change 100644 => 100755 Inspection/Php/tests.sh mode change 100644 => 100755 Inspection/inspect.sh mode change 100644 => 100755 Js/build.sh mode change 100644 => 100755 Js/build3D.sh mode change 100644 => 100755 Js/buildBase.sh mode change 100644 => 100755 Js/buildChart.sh mode change 100644 => 100755 Js/buildLib.sh mode change 100644 => 100755 Js/buildMath.sh mode change 100644 => 100755 Js/buildSocket.sh mode change 100644 => 100755 Js/buildUI.sh mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 README.md mode change 100644 => 100755 Tools/jsBuilder.sh mode change 100644 => 100755 buildProject.php mode change 100644 => 100755 buildProject.sh mode change 100644 => 100755 config.sh create mode 100755 info.php mode change 100644 => 100755 install.sh create mode 100755 packages.txt mode change 100644 => 100755 setup.sh create mode 100755 test.php diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Config/phan.php b/Config/phan.php old mode 100644 new mode 100755 diff --git a/Config/phpcs.xml b/Config/phpcs.xml old mode 100644 new mode 100755 diff --git a/Config/phpmd.xml b/Config/phpmd.xml old mode 100644 new mode 100755 diff --git a/Config/phpstan.neon b/Config/phpstan.neon old mode 100644 new mode 100755 diff --git a/Helper/ipGeoLocationBuilder.php b/Helper/ipGeoLocationBuilder.php old mode 100644 new mode 100755 diff --git a/Helper/output.csv b/Helper/output.csv new file mode 100755 index 0000000..e69de29 diff --git a/Helper/watcher.sh b/Helper/watcher.sh old mode 100644 new mode 100755 diff --git a/Hooks/default.sh b/Hooks/default.sh old mode 100644 new mode 100755 diff --git a/Hooks/delegator.sh b/Hooks/delegator.sh old mode 100644 new mode 100755 diff --git a/Hooks/filename.sh b/Hooks/filename.sh old mode 100644 new mode 100755 diff --git a/Hooks/logging.sh b/Hooks/logging.sh old mode 100644 new mode 100755 diff --git a/Hooks/syntax.sh b/Hooks/syntax.sh old mode 100644 new mode 100755 diff --git a/Hooks/tests.sh b/Hooks/tests.sh old mode 100644 new mode 100755 diff --git a/Hooks/travis.sh b/Hooks/travis.sh old mode 100644 new mode 100755 diff --git a/Inspection/Html/attributes.sh b/Inspection/Html/attributes.sh old mode 100644 new mode 100755 diff --git a/Inspection/Html/tags.sh b/Inspection/Html/tags.sh old mode 100644 new mode 100755 diff --git a/Inspection/Js/linting.sh b/Inspection/Js/linting.sh old mode 100644 new mode 100755 diff --git a/Inspection/Js/security.sh b/Inspection/Js/security.sh old mode 100644 new mode 100755 diff --git a/Inspection/Js/tests.sh b/Inspection/Js/tests.sh old mode 100644 new mode 100755 diff --git a/Inspection/Json/linting.sh b/Inspection/Json/linting.sh old mode 100644 new mode 100755 diff --git a/Inspection/Logic/module_json.sh b/Inspection/Logic/module_json.sh old mode 100644 new mode 100755 diff --git a/Inspection/Logic/module_navigation.sh b/Inspection/Logic/module_navigation.sh old mode 100644 new mode 100755 diff --git a/Inspection/Logic/module_route.sh b/Inspection/Logic/module_route.sh old mode 100644 new mode 100755 diff --git a/Inspection/Php/linting.sh b/Inspection/Php/linting.sh old mode 100644 new mode 100755 diff --git a/Inspection/Php/security.sh b/Inspection/Php/security.sh old mode 100644 new mode 100755 diff --git a/Inspection/Php/stats.sh b/Inspection/Php/stats.sh old mode 100644 new mode 100755 diff --git a/Inspection/Php/style.sh b/Inspection/Php/style.sh old mode 100644 new mode 100755 diff --git a/Inspection/Php/tests.sh b/Inspection/Php/tests.sh old mode 100644 new mode 100755 diff --git a/Inspection/inspect.sh b/Inspection/inspect.sh old mode 100644 new mode 100755 diff --git a/Js/build.sh b/Js/build.sh old mode 100644 new mode 100755 diff --git a/Js/build3D.sh b/Js/build3D.sh old mode 100644 new mode 100755 diff --git a/Js/buildBase.sh b/Js/buildBase.sh old mode 100644 new mode 100755 diff --git a/Js/buildChart.sh b/Js/buildChart.sh old mode 100644 new mode 100755 diff --git a/Js/buildLib.sh b/Js/buildLib.sh old mode 100644 new mode 100755 diff --git a/Js/buildMath.sh b/Js/buildMath.sh old mode 100644 new mode 100755 diff --git a/Js/buildSocket.sh b/Js/buildSocket.sh old mode 100644 new mode 100755 diff --git a/Js/buildUI.sh b/Js/buildUI.sh old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Tools/jsBuilder.sh b/Tools/jsBuilder.sh old mode 100644 new mode 100755 diff --git a/buildProject.php b/buildProject.php old mode 100644 new mode 100755 diff --git a/buildProject.sh b/buildProject.sh old mode 100644 new mode 100755 diff --git a/config.sh b/config.sh old mode 100644 new mode 100755 diff --git a/info.php b/info.php new file mode 100755 index 0000000..83f1549 --- /dev/null +++ b/info.php @@ -0,0 +1,3 @@ +