Remove PHPWhois.org & add .gitignore(ignored history & pid & logs)

This commit is contained in:
以诺书 2024-01-30 13:36:22 +08:00
parent 872eabc111
commit b5ff5e8b5f
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.history
*.log
runtime/*.pid

View File

@ -16,7 +16,6 @@ return [
'files' => [ 'files' => [
base_path() . '/app/functions.php', base_path() . '/app/functions.php',
base_path() . '/support/Request.php', base_path() . '/support/Request.php',
base_path() . '/support/Response.php', base_path() . '/support/Response.php'
#base_path() . '/phpWhois.org/src/whois.main.php'
] ]
]; ];

@ -1 +0,0 @@
Subproject commit c0997b4f513d71a139a21d7178616ec28f0733d3