This commit is contained in:
XlXi 2021-01-03 22:08:33 -05:00
parent a58ea30f8c
commit ed3f71dd06
3 changed files with 3 additions and 3 deletions

View File

@ -35,4 +35,4 @@ class API {
}
}
?>
//EOF

View File

@ -32,4 +32,4 @@ class Web {
}
}
?>
//EOF

View File

@ -13,4 +13,4 @@ function reqMod($mod) {
reqMod("Web.php");
reqMod("API.php");
?>
//EOF