summaryrefslogtreecommitdiff
path: root/LocalSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'LocalSettings.php')
-rw-r--r--LocalSettings.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/LocalSettings.php b/LocalSettings.php
index c4372ed..2a4a9b5 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -64,6 +64,9 @@ $wgMemCachedServers = [];
## Subidas e imagenes
$wgEnableUploads = true;
+$wgHashedUploadDirectory = false;
+$wgUploadDirectory = "{$IP}/images-{$REEVO_CODENAME}";
+$wgUploadPath = "{$wgScriptPath}/images-{$REEVO_CODENAME}";
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
$wgAllowImageTag = true;
@@ -382,19 +385,19 @@ $wgCaptchaQuestions = [
"es" => [
'¿Cuál es la Capital de Francia?' => 'Paris',
'¿De qué país es la capital Buenos Aires?' => 'Argentina', // Answers are case insensitive
- '¿Cuál es el nombre de esta página?' => [ 'Crianza Mutua' ], // A question may have many answers
+ '¿Cuál es el nombre de esta página?' => [ 'Ecoversities Source' ], // A question may have many answers
'¿Cuál es el nombre del único satélite natural de la Tierra?' => [ 'Luna', 'La Luna' ], // A question may have many answers
],
"en" => [
'What is the name of the Capital of France?' => 'Paris',
'Buenos Aires is the capital city of...' => 'Argentina', // Answers are case insensitive
- 'What is the name of this website?' => [ 'Crianza Mutua' ], // A question may have many answers
+ 'What is the name of this website?' => [ 'Ecoversities Source' ], // A question may have many answers
'What is the name of the natural satellite of the Earth' => [ 'Moon', 'The Moon' ], // A question may have many answers
],
"pt" => [
'Qual é o nome da capital da França?' => 'Paris',
'De que país é a capital Buenos Aires?' => 'Argentina', // Answers are case insensitive
- 'Qual é o nome desta página da web?' => [ 'Crianza Mutua' ], // A question may have many answers
+ 'Qual é o nome desta página da web?' => [ 'Ecoversities Source' ], // A question may have many answers
'Qual é o nome do único satélite natural na Terra?' => [ 'Lua', 'La lua' ], // A question may have many answers
]
];
@@ -413,7 +416,7 @@ require_once( "$IP/extensions/HideEmptySections/HideEmptySections.php" );
## NewUserNotif
require_once "$IP/extensions/NewUserNotif/NewUserNotif.php";
$wgNewUserNotifEmailTargets = array(
- 'info2019@reevo.org'
+ 'webmaster@' . $REEVO_URL
);
## ContactPage