webcron-site/api/test.php

7 lines
61 B
PHP
Raw Normal View History

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