webcron-site/api/test.php

7 lines
61 B
PHP
Raw Normal View History

2023-05-20 16:07:45 -04:00
<?php
2023-05-27 13:12:29 -04:00
include("../../Libraries/test.php");
2023-05-20 16:07:45 -04:00
2023-05-27 13:12:29 -04:00
test_func();
2023-05-20 16:07:45 -04:00
?>