fix: typo in config default values

This commit is contained in:
2025-07-18 09:51:36 +04:00
parent 73e1436469
commit cfa2b045a3
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
<?php
/**
* Configuration locale pour l'instance de PeerTube
*
*
* Ce fichier est un exemple de configuration locale.
* Pour l'utiliser:
* 1. Copiez ce fichier vers config.local.php
* 2. Décommentez et modifiez les valeurs selon vos besoins
*
*
* Note: config.local.php ne doit pas être versionné dans git
*/
@@ -49,7 +49,7 @@
// Hashtags populaires à afficher sur la page d'accueil
// define('POPULAR_TAGS', [
// 'Justice',
// 'Anticolonial',
// 'Anticolonial',
// 'Kanaky',
// 'Océan Indien'
// ]);
@@ -219,7 +219,7 @@ define('PRIORITY_CATEGORIES', [
// define('LEGAL_COPYRIGHT', 'Ka-Ubuntu');
// define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola');
// define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re');
// define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.dev');
// define('LEGAL_HOST_NAME', 'o2Switch');
// define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €');
// define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807');
@@ -235,7 +235,7 @@ define('PRIORITY_CATEGORIES', [
// =========================================
// Pour désactiver le bloc de présentation, commentez cette ligne:
// define('MOVEMENT_DESCRIPTION', 'KA UBUNTU est un mouvement politique indépendantiste et panafricaniste réunionnais qui a 5 objectifs :');
// define('MOVEMENT_DESCRIPTION', 'KA UBUNTU est un mouvement politique panafricaniste et indépendantiste réunionnais qui a 5 objectifs :');
// Image du mouvement à afficher dans la section de présentation
// define('MOVEMENT_IMAGE', 'img/movement_presentation.png');