delete.php

-efface des fichiers dans la base et les fichiers sur le serveur.
This commit is contained in:
2024-12-11 18:03:53 +01:00
parent d8f28b47b8
commit 4c22f27eb6
12 changed files with 384 additions and 104 deletions

View File

@@ -223,6 +223,7 @@ function localize($domain) {
putenv('LC_ALL=' . $langue);
$loc = setlocale(LC_ALL, $langue);
bindtextdomain($domain, $root . '/Locale/nocache'); // by-pass gettext() cache. Now the cache is forced to flush every time.
bindtextdomain($domain, $root . '/Locale/');
bind_textdomain_codeset($domain, 'UTF-8');
textdomain($domain);