Add files

This commit is contained in:
Asif Bacchus
2020-07-28 09:29:51 -06:00
commit 0ade3fed4d
9 changed files with 6603 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
// display all errors while testing
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>