adding asynv queue check

This commit is contained in:
root
2024-12-15 17:29:05 +00:00
parent ac8dd3e514
commit b838bfd6e2

View File

@@ -0,0 +1,5 @@
<?php
require_once "../config/config.php";
include "queue.php";
test_queue($link);
?>