-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pepe
committed
Dec 14, 2020
1 parent
d442ae3
commit 48b2399
Showing
69 changed files
with
37,137 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
# BEGIN WordPress | ||
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son | ||
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress. | ||
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas. | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] | ||
RewriteBase /wordpress/ | ||
RewriteRule ^index\.php$ - [L] | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule . /wordpress/index.php [L] | ||
</IfModule> | ||
|
||
# END WordPress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
15,043 changes: 15,043 additions & 0 deletions
15,043
TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.po
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
1,426 changes: 1,426 additions & 0 deletions
1,426
TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.po
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.