We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b2758 commit 184a0f9Copy full SHA for 184a0f9
insert.php
@@ -171,8 +171,8 @@ function insert_into($file = "key_user") {
171
// creating document to insert into log collection
172
$doc = [
173
'date' => new MongoDB\BSON\UTCDateTime,
174
- 'execution_time' => round( ( (microtime(true) - $time1)),3 ),
175
- 'file_name' => $_GET['file'],
+ 'php_seconds' => round( ( (microtime(true) - $time1)),3 ),
+ 'file' => $_GET['file'],
176
'matched' => $log->matched,
177
'inserted' => $log->inserted,
178
'updated' => $log->modified,
0 commit comments