Logging: Initial commit with proof of concept

This commit is contained in:
Corey McKrill 2019-10-25 16:03:45 -07:00
parent 6209060eb2
commit e15522756b
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
3 changed files with 219 additions and 0 deletions

View file

@ -30,6 +30,7 @@ function load() {
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'directory.php';
require_once get_includes_path() . 'xprofile.php';
require_once get_includes_path() . 'pledge-log.php';
}
/**