[INIT]
This commit is contained in:
11
Resources/Private/.htaccess
Normal file
11
Resources/Private/.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
# Apache < 2.3
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
</IfModule>
|
||||
|
||||
# Apache >= 2.3
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
11
Resources/Private/Language/locallang.xlf
Normal file
11
Resources/Private/Language/locallang.xlf
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2018-11-29T15:46:30Z" product-name="templates_aide">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="tx_templatesaide_domain_model_dummy">
|
||||
<source>Dummy</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
11
Resources/Private/Language/locallang_db.xlf
Normal file
11
Resources/Private/Language/locallang_db.xlf
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2018-11-29T15:46:30Z" product-name="templates_aide">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="tx_templatesaide_domain_model_dummy">
|
||||
<source>Dummy</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user