Compare commits

..

No commits in common. "e11023d1c9c5e5bfab87d82f64441037c48429d9" and "76e036181a1d0b216d9816c30fb19eae5aef3774" have entirely different histories.

3 changed files with 1 additions and 13 deletions

3
.gitignore vendored
View File

@ -15,6 +15,3 @@ _nemazat/css/font-awesome.min.css
app/updater/*.bin
app/logs/*.log
backup/*.zip
vendor/

View File

@ -1 +0,0 @@
{}

View File

@ -1,11 +1,3 @@
<?php
/**
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';
/**
* todo: Create a new bootstrap architecture.
*/
require_once __DIR__ . '/../app/Bootstrap.php';
require_once __DIR__ . '/../app/Bootstrap.php';