diff --git a/www/ajax/ul_entries.php b/www/ajax/ul_entries.php
new file mode 100644
index 0000000..7f35a4b
--- /dev/null
+++ b/www/ajax/ul_entries.php
@@ -0,0 +1,28 @@
+
+
@@ -160,7 +178,7 @@ function dumpConsistency($c) {
-
+
".$data['Version']."
".$data['Link']);
\ No newline at end of file
+ UpdatesLog::insert($name, $data['version']);
+
+ print($name."
".$data['version']."
".$data['url']);
\ No newline at end of file
diff --git a/www/pages/su_ajax.php b/www/pages/su_ajax.php
index 4fba709..15ea7a4 100644
--- a/www/pages/su_ajax.php
+++ b/www/pages/su_ajax.php
@@ -16,5 +16,6 @@ if ($cmd === 'egh::refresh') { include (__DIR__ . '/../ajax/egh_refresh.php'); e
if ($cmd === 'egh::redraw') { include (__DIR__ . '/../ajax/egh_redraw.php'); exit; }
if ($cmd === 'alephnotetable') { include (__DIR__ . '/../ajax/an_activeusers.php'); exit; }
+if ($cmd === 'updateslog') { include (__DIR__ . '/../ajax/ul_entries.php'); exit; }
die('Wrong command.');
\ No newline at end of file