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 ErrorDocument 500 /www/error500.html
<IfModule mod_authz_core.c> <IfModule mod_authz_core.c>
Require all granted Require all granted
<Files ~ "\.inc$"> <Files ~ "\.inc$">
Require all denied Require all denied
</Files> </Files>
<Files ~ "\.tpl$"> <Files ~ "\.tpl$">
Require all denied Require all denied
</Files> </Files>
<Files ~ "\.log$"> <Files ~ "\.log$">
Require all denied Require all denied
</Files> </Files>
</IfModule> </IfModule>
<IfModule !mod_authz_core.c> <IfModule !mod_authz_core.c>
Allow From All Allow From All
@ -25,10 +29,12 @@ ErrorDocument 500 /www/error500.html
Order Deny,Allow Order Deny,Allow
Deny From All Deny From All
</Files> </Files>
<Files ~ "\.tpl$"> <Files ~ "\.tpl$">
Order Deny,Allow Order Deny,Allow
Deny From All Deny From All
</Files> </Files>
<Files ~ "\.log$"> <Files ~ "\.log$">
Order Deny,Allow Order Deny,Allow
Deny From All Deny From All

View file

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

View file

@ -3,7 +3,7 @@
/** /**
* The Legend of Z * 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 * @copyright 2014 Heinrich-Heine-Universität Düsseldorf
* @license http://www.gnu.org/licenses/gpl.html * @license http://www.gnu.org/licenses/gpl.html
* @link https://bitbucket.org/coderkun/the-legend-of-z * @link https://bitbucket.org/coderkun/the-legend-of-z