]> Kevux Git Server - koopa/commit
Progress: continue to develop logging and fix other issues
authorKevin Day <thekevinday@gmail.com>
Tue, 25 Jul 2017 19:14:15 +0000 (14:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 25 Jul 2017 20:57:35 +0000 (15:57 -0500)
commit73fb0ded2312b8bea9231f8b16461940c3741c8a
treedb9d2b6a019c5a23d2bf83281ad822a06081f253
parentea71f0da6f33fd711fd47fc9875ff9c722884ea1
Progress: continue to develop logging and fix other issues

Corrected typo in c_base_return_arrray (removing the extra 'r').

Add get_request_headers() function to c_base_http.

Fix problems in return value of c_base_http::get_request_uri_relative().

Add get_request_uri_query() function to c_base_http.

Incorrect constant name used in p_load_request_accept_datetime().

Add function pr_do_log_user_activity() to c_standard_index to log access logs and responses to the database.
common/base/classes/base_defaults_global.php
common/base/classes/base_http.php
common/standard/classes/standard_database.php
common/standard/classes/standard_index.php
common/standard/paths/u/login.php