replace tabs with spaces

This commit is contained in:
oliver 2015-05-12 09:49:53 +02:00
commit 45cd7e795d
176 changed files with 27652 additions and 27647 deletions

View file

@ -5,19 +5,23 @@ ErrorDocument 404 /www/error404.html
ErrorDocument 500 /www/error500.html
<IfModule mod_authz_core.c>
Require all granted
<Files ~ "\.inc$">
Require all denied
</Files>
<Files ~ "\.tpl$">
Require all denied
</Files>
<Files ~ "\.log$">
Require all denied
</Files>
</IfModule>
<IfModule !mod_authz_core.c>
Allow From All
@ -25,10 +29,12 @@ ErrorDocument 500 /www/error500.html
Order Deny,Allow
Deny From All
</Files>
<Files ~ "\.tpl$">
Order Deny,Allow
Deny From All
</Files>
<Files ~ "\.log$">
Order Deny,Allow
Deny From All

View file

@ -11,7 +11,6 @@
namespace hhu\z\agents\toplevel;
/**
* Agent for generating a simple text-mail message.
*

View file

@ -3,7 +3,7 @@
/**
* The Legend of Z
*
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
* @author Hanraths <oliver.hanraths@uni-duesseldorf.de>
* @copyright 2014 Heinrich-Heine-Universität Düsseldorf
* @license http://www.gnu.org/licenses/gpl.html
* @link https://bitbucket.org/coderkun/the-legend-of-z