rearranged project. Added libraries.

This commit is contained in:
2023-05-27 12:12:29 -05:00
parent 01a2b35fdb
commit 849d7d27e0
4 changed files with 121 additions and 86 deletions

5
Libraries/test.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
function test_func () {
echo "This was a test";
}
?>