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