From: Roland Häder Date: Tue, 7 Jul 2009 21:34:41 +0000 (+0000) Subject: Directory added for generic listener decorators, e.g. encryption, buffering etc. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f79eff0759adc1c95c65e7bc8a16329567cd5f18;p=hub.git Directory added for generic listener decorators, e.g. encryption, buffering etc. --- diff --git a/.gitattributes b/.gitattributes index 0cff0ffc1..a9acfd140 100644 --- a/.gitattributes +++ b/.gitattributes @@ -44,6 +44,7 @@ application/hub/main/listener/.htaccess -text application/hub/main/listener/class_ -text application/hub/main/listener/class_BaseListener.php -text application/hub/main/listener/class_BaseListenerDecorator.php -text +application/hub/main/listener/decorators/.htaccess -text application/hub/main/listener/tcp/.htaccess -text application/hub/main/listener/tcp/class_TcpListener.php -text application/hub/main/listener/tcp/decorators/.htaccess -text diff --git a/application/hub/main/listener/decorators/.htaccess b/application/hub/main/listener/decorators/.htaccess new file mode 100644 index 000000000..3a4288278 --- /dev/null +++ b/application/hub/main/listener/decorators/.htaccess @@ -0,0 +1 @@ +Deny from all