del: master install.php

This commit is contained in:
kemasama 2022-05-22 16:54:38 +09:00
parent 5264304b7b
commit 2e9c81e721
2 changed files with 1 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
config.php config.php
install.php

View File

@ -1,7 +0,0 @@
<?php
require_once __DIR__ . '/provide/autoload.php';
$boot = new BootLoader(__DIR__);
$boot->install();