diff options
Diffstat (limited to 'bylaws.php')
-rw-r--r-- | bylaws.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bylaws.php b/bylaws.php new file mode 100644 index 0000000..9df06a9 --- /dev/null +++ b/bylaws.php @@ -0,0 +1,6 @@ +<?php +require_once("vendor/autoload.php"); +require_once("common/config.php"); + + +?> |