mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 14:09:27 +00:00
Added the query of the restful web service call to the log debug
This commit is contained in:
@@ -11,6 +11,6 @@ class APIv1_Controller extends REST_Controller
|
||||
// Loads return messages
|
||||
$this->load->helper('message');
|
||||
|
||||
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF']);
|
||||
log_message('debug', 'Called API: '.$_SERVER['PHP_SELF'].$_SERVER['QUERY_STRING']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user