diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/autoloader.php b/autoloader.php old mode 100644 new mode 100755 diff --git a/build/.htaccess b/build/.htaccess old mode 100644 new mode 100755 diff --git a/build/Builder.php b/build/Builder.php old mode 100644 new mode 100755 diff --git a/build/api/core/Checker.php b/build/api/core/Checker.php old mode 100644 new mode 100755 diff --git a/build/api/core/ModuleRequest.php b/build/api/core/ModuleRequest.php old mode 100644 new mode 100755 diff --git a/build/api/core/ModuleResponse.php b/build/api/core/ModuleResponse.php old mode 100644 new mode 100755 diff --git a/build/api/module/release.php b/build/api/module/release.php old mode 100644 new mode 100755 diff --git a/build/manager/.htaccess b/build/manager/.htaccess old mode 100644 new mode 100755 diff --git a/build/manager/ManagerError.php b/build/manager/ManagerError.php old mode 100644 new mode 100755 diff --git a/build/router/core/Route.php b/build/router/core/Route.php old mode 100644 new mode 100755 diff --git a/build/router/core/Router.php b/build/router/core/Router.php old mode 100644 new mode 100755 diff --git a/config/.htaccess b/config/.htaccess old mode 100644 new mode 100755 diff --git a/config/projects.json b/config/projects.json old mode 100644 new mode 100755 diff --git a/config/server.json b/config/server.json old mode 100644 new mode 100755 diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..6e77d74 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +groupadd w-x-b; +usermod -a -G w-x-b www-data; +chgrp -R w-x-b .; diff --git a/public_html/.htaccess b/public_html/.htaccess old mode 100644 new mode 100755 diff --git a/public_html/index.php b/public_html/index.php old mode 100644 new mode 100755 index 38d47ef..0f63c20 --- a/public_html/index.php +++ b/public_html/index.php @@ -7,8 +7,8 @@ use \api\core\ModuleResponse; use \manager\ManagerError; - var_dump($_POST); - exit(); + //var_dump($_POST); + //exit(); /*******************************************/