pezcurrel 4 years ago
parent
commit
294ef6ecec
2 changed files with 2 additions and 1 deletions
  1. 1 0
      web/mustard/crawler/crawler.php
  2. 1 1
      web/mustard/include/dispinst.php

+ 1 - 0
web/mustard/crawler/crawler.php

@@ -310,6 +310,7 @@ if (!$riprendi) {
 			$insts[]=$row['URI'];
 	}
 	sort($insts);
+//	shuffle($insts);
 	ksort($blacklist);
 	ksort($blacklistnew);
 	lecho('Istanze recuperate: '.count($insts).N);

+ 1 - 1
web/mustard/include/dispinst.php

@@ -2,7 +2,7 @@
 
 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');
 
 function t($itstr,$enstr) {