Avviato nuovo sistema statistiche

This commit is contained in:
2022-08-30 17:22:08 +02:00
parent 531b780645
commit a09bd0bca5
22 changed files with 704 additions and 169 deletions
+1 -3
View File
@@ -8,8 +8,6 @@
require_once(dirname(__FILE__)."/../load.php");
function getModels() {
static $iteration = 0;
$size = 1000;
@@ -32,7 +30,7 @@ exit;
$models = getModels();
while (sizeof($models)>0) {
foreach ($models as $model) {
}
$models = getModels();
}