1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update config-sample.php

This commit is contained in:
ericgaspar 2022-02-28 16:41:57 +01:00
parent 900b9bb018
commit 6f767bf4fc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -45,7 +45,7 @@ define('YOURLS_ADMIN_SSL', true);
** Change this setting to use a translation file for your language, instead of the default English. ** Change this setting to use a translation file for your language, instead of the default English.
** That translation file (a .mo file) must be installed in the user/language directory. ** That translation file (a .mo file) must be installed in the user/language directory.
** See http://yourls.org/translations for more information */ ** See http://yourls.org/translations for more information */
define( 'YOURLS_LANG', 'fr_FR' ); define( 'YOURLS_LANG', '__LANGUAGE__' );
/** Allow multiple short URLs for a same long URL /** Allow multiple short URLs for a same long URL
** Set to true to have only one pair of shortURL/longURL (default YOURLS behavior) ** Set to true to have only one pair of shortURL/longURL (default YOURLS behavior)