From b5ff5e8b5f9960d37346ed85377268d733ae16e1 Mon Sep 17 00:00:00 2001 From: Enoch Date: Tue, 30 Jan 2024 13:36:22 +0800 Subject: [PATCH] Remove PHPWhois.org & add .gitignore(ignored history & pid & logs) --- .gitignore | 3 +++ config/autoload.php | 3 +-- phpWhois.org | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 160000 phpWhois.org diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..54432d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.history +*.log +runtime/*.pid diff --git a/config/autoload.php b/config/autoload.php index 8a82a48..015b093 100644 --- a/config/autoload.php +++ b/config/autoload.php @@ -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' ] ]; diff --git a/phpWhois.org b/phpWhois.org deleted file mode 160000 index c0997b4..0000000 --- a/phpWhois.org +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c0997b4f513d71a139a21d7178616ec28f0733d3