...
This commit is contained in:
parent
f75765f78c
commit
294ef6ecec
2 changed files with 2 additions and 1 deletions
|
@ -310,6 +310,7 @@ if (!$riprendi) {
|
||||||
$insts[]=$row['URI'];
|
$insts[]=$row['URI'];
|
||||||
}
|
}
|
||||||
sort($insts);
|
sort($insts);
|
||||||
|
// shuffle($insts);
|
||||||
ksort($blacklist);
|
ksort($blacklist);
|
||||||
ksort($blacklistnew);
|
ksort($blacklistnew);
|
||||||
lecho('Istanze recuperate: '.count($insts).N);
|
lecho('Istanze recuperate: '.count($insts).N);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
use function mysqli_real_escape_string as myesc;
|
use function mysqli_real_escape_string as myesc;
|
||||||
|
|
||||||
// serve per i vari strftime - quando ci sarà versione inglese andrebbe impostata a en_EN.utf8, alla bisogna
|
// serve per i vari strftime
|
||||||
(isset($english) && $english) ? setlocale(LC_ALL,'en_EN.utf8') : setlocale(LC_ALL,'it_IT.utf8');
|
(isset($english) && $english) ? setlocale(LC_ALL,'en_EN.utf8') : setlocale(LC_ALL,'it_IT.utf8');
|
||||||
|
|
||||||
function t($itstr,$enstr) {
|
function t($itstr,$enstr) {
|
||||||
|
|
Loading…
Reference in a new issue