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
View File
@@ -0,0 +1,3 @@
.history
*.log
runtime/*.pid
+1 -2
View File
@@ -16,7 +16,6 @@ return [
'files' => [
base_path() . '/app/functions.php',
base_path() . '/support/Request.php',
base_path() . '/support/Response.php',
#base_path() . '/phpWhois.org/src/whois.main.php'
base_path() . '/support/Response.php'
]
];
Submodule phpWhois.org deleted from c0997b4f51