webcron-site/Libraries/test.php

5 lines
74 B
PHP

<?php
function test_func () {
echo "This was a test";
}
?>