Fix permissions

This commit is contained in:
root 2019-03-16 18:59:44 +00:00
parent d8e0ffc046
commit a4ed7fdd29
50 changed files with 28 additions and 0 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
Config/phan.php Normal file → Executable file
View File

0
Config/phpcs.xml Normal file → Executable file
View File

0
Config/phpmd.xml Normal file → Executable file
View File

0
Config/phpstan.neon Normal file → Executable file
View File

0
Helper/ipGeoLocationBuilder.php Normal file → Executable file
View File

0
Helper/output.csv Executable file
View File

0
Helper/watcher.sh Normal file → Executable file
View File

0
Hooks/default.sh Normal file → Executable file
View File

0
Hooks/delegator.sh Normal file → Executable file
View File

0
Hooks/filename.sh Normal file → Executable file
View File

0
Hooks/logging.sh Normal file → Executable file
View File

0
Hooks/syntax.sh Normal file → Executable file
View File

0
Hooks/tests.sh Normal file → Executable file
View File

0
Hooks/travis.sh Normal file → Executable file
View File

0
Inspection/Html/attributes.sh Normal file → Executable file
View File

0
Inspection/Html/tags.sh Normal file → Executable file
View File

0
Inspection/Js/linting.sh Normal file → Executable file
View File

0
Inspection/Js/security.sh Normal file → Executable file
View File

0
Inspection/Js/tests.sh Normal file → Executable file
View File

0
Inspection/Json/linting.sh Normal file → Executable file
View File

0
Inspection/Logic/module_json.sh Normal file → Executable file
View File

0
Inspection/Logic/module_navigation.sh Normal file → Executable file
View File

0
Inspection/Logic/module_route.sh Normal file → Executable file
View File

0
Inspection/Php/linting.sh Normal file → Executable file
View File

0
Inspection/Php/security.sh Normal file → Executable file
View File

0
Inspection/Php/stats.sh Normal file → Executable file
View File

0
Inspection/Php/style.sh Normal file → Executable file
View File

0
Inspection/Php/tests.sh Normal file → Executable file
View File

0
Inspection/inspect.sh Normal file → Executable file
View File

0
Js/build.sh Normal file → Executable file
View File

0
Js/build3D.sh Normal file → Executable file
View File

0
Js/buildBase.sh Normal file → Executable file
View File

0
Js/buildChart.sh Normal file → Executable file
View File

0
Js/buildLib.sh Normal file → Executable file
View File

0
Js/buildMath.sh Normal file → Executable file
View File

0
Js/buildSocket.sh Normal file → Executable file
View File

0
Js/buildUI.sh Normal file → Executable file
View File

0
LICENSE.txt Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
Tools/jsBuilder.sh Normal file → Executable file
View File

0
buildProject.php Normal file → Executable file
View File

0
buildProject.sh Normal file → Executable file
View File

0
config.sh Normal file → Executable file
View File

3
info.php Executable file
View File

@ -0,0 +1,3 @@
<?php
phpinfo();

0
install.sh Normal file → Executable file
View File

22
packages.txt Executable file
View File

@ -0,0 +1,22 @@
ii libapache2-mod-php7.0 7.0.28-1~dotdeb+8.1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php-bcmath 1:7.0+42-1~dotdeb+8.1 all Bcmath module for PHP [default]
ii php-common 1:42-1~dotdeb+8.1 all Common files for PHP packages
ii php7.0-bcmath 7.0.28-1~dotdeb+8.1 amd64 Bcmath module for PHP
ii php7.0-cli 7.0.28-1~dotdeb+8.1 amd64 command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.28-1~dotdeb+8.1 amd64 documentation, examples and common module for PHP
ii php7.0-curl 7.0.28-1~dotdeb+8.1 amd64 CURL module for PHP
ii php7.0-gd 7.0.28-1~dotdeb+8.1 amd64 GD module for PHP
ii php7.0-igbinary 2.0.1-1~dotdeb+8.1 amd64 igbinary serializer for PHP
ii php7.0-imap 7.0.28-1~dotdeb+8.1 amd64 IMAP module for PHP
ii php7.0-json 7.0.28-1~dotdeb+8.1 amd64 JSON module for PHP
ii php7.0-mbstring 7.0.28-1~dotdeb+8.1 amd64 MBSTRING module for PHP
ii php7.0-memcached 3.0.3-1~dotdeb+8.1 amd64 memcached extension module for PHP, uses libmemcached
ii php7.0-msgpack 2.0.1-1~dotdeb+8.2 amd64 MessagePack serializer for PHP
ii php7.0-mysql 7.0.28-1~dotdeb+8.1 amd64 MySQL module for PHP
ii php7.0-opcache 7.0.28-1~dotdeb+8.1 amd64 Zend OpCache module for PHP
ii php7.0-pgsql 7.0.28-1~dotdeb+8.1 amd64 PostgreSQL module for PHP
ii php7.0-readline 7.0.28-1~dotdeb+8.1 amd64 readline module for PHP
ii php7.0-sqlite3 7.0.28-1~dotdeb+8.1 amd64 SQLite3 module for PHP
ii php7.0-xdebug 1:2.5.5-1~dotdeb+8.1 amd64 Xdebug Module for PHP
ii php7.0-xml 7.0.28-1~dotdeb+8.1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.0-zip 7.0.28-1~dotdeb+8.1 amd64 Zip module for PHP

0
setup.sh Normal file → Executable file
View File

3
test.php Executable file
View File

@ -0,0 +1,3 @@
<?php
var_dump(extension_loaded('gd'));