mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
poche / pocket / bolsillo / Tasche & more
This commit is contained in:
parent
02ea9f0769
commit
2ee436eaa1
8 changed files with 136 additions and 21 deletions
|
@ -20,6 +20,13 @@ define ('CONVERT_LINKS_FOOTNOTES', TRUE);
|
|||
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
|
||||
define ('DOWNLOAD_PICTURES', TRUE);
|
||||
define ('SALT', '464v54gLLw928uz4zUBqkRJeiPY68zCX');
|
||||
define ('LANG', 'fr_FR.UTF8');
|
||||
|
||||
putenv("LC_ALL=".LANG);
|
||||
setlocale(LC_ALL, LANG);
|
||||
bindtextdomain(LANG, "./locale");
|
||||
textdomain(LANG);
|
||||
|
||||
$storage_type = 'sqlite'; # sqlite or file
|
||||
|
||||
include 'functions.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue