minmod + [install.sh]

This commit is contained in:
xdrm-brackets 2016-11-07 13:46:54 -05:00
parent 79818b8c4e
commit c5d0cd727b
20 changed files with 5 additions and 2 deletions

0
.htaccess Normal file → Executable file
View File

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
autoloader.php Normal file → Executable file
View File

0
build/.htaccess Normal file → Executable file
View File

0
build/Builder.php Normal file → Executable file
View File

0
build/api/core/Checker.php Normal file → Executable file
View File

0
build/api/core/ModuleRequest.php Normal file → Executable file
View File

0
build/api/core/ModuleResponse.php Normal file → Executable file
View File

0
build/api/module/release.php Normal file → Executable file
View File

0
build/manager/.htaccess Normal file → Executable file
View File

0
build/manager/ManagerError.php Normal file → Executable file
View File

0
build/router/core/Route.php Normal file → Executable file
View File

0
build/router/core/Router.php Normal file → Executable file
View File

0
config/.htaccess Normal file → Executable file
View File

0
config/projects.json Normal file → Executable file
View File

0
config/server.json Normal file → Executable file
View File

3
install.sh Executable file
View File

@ -0,0 +1,3 @@
groupadd w-x-b;
usermod -a -G w-x-b www-data;
chgrp -R w-x-b .;

0
public_html/.htaccess Normal file → Executable file
View File

4
public_html/index.php Normal file → Executable file
View File

@ -7,8 +7,8 @@
use \api\core\ModuleResponse;
use \manager\ManagerError;
var_dump($_POST);
exit();
//var_dump($_POST);
//exit();
/*******************************************/