Fixed Generate Script

This commit is contained in:
2026-02-12 14:36:29 +00:00
parent 509cd9c332
commit 5de6b80794
13 changed files with 764 additions and 166 deletions

8
process/ajax-refresh.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
require_once("../config/init.php");
// Rigenera solo la lista
get_checked_list();
require_once("../template/footer.php");