Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about/eboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Ian Kopke</h3>
</div>
<div class="col-12 col-lg-9">
<h2 class="header">Financial</h2>
<h3>Isaac Ingram</h3>
<h3>Matthew Wilkins</h3>
<p class="long-form">
Financial is responsible for managing CSH's finances, collecting semesterly member
dues, and hatching new fundraising schemes.
Expand Down
3 changes: 3 additions & 0 deletions httpd-suffix.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Include conf/extra/httpd-autoindex.conf

AddDefaultCharset utf-8
LoadModule userdir_module modules/mod_userdir.so
UserDir public_html
<Directory />
#php_admin_value engine Off
Options all MultiViews -Indexes
AllowOverride Options=Indexes
DirectoryIndex index.html index.htm
<FilesMatch "\.php$">
Require all denied
Expand Down