Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Feb 6, 2025
1 parent 47af3c5 commit d538de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/Meet/uploadRecordedVideo.json.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
header('Content-Type: application/json');

error_log(__FILE__ . " line " . __LINE__ . ' REQUEST=' . json_encode($_REQUEST));
if (!isset($global['systemRootPath'])) {
error_log(__FILE__ . " line " . __LINE__);
$configFile = __DIR__ . '/../../videos/configuration.php';
Expand All @@ -13,7 +12,7 @@
error_log(__FILE__ . " line " . __LINE__);
}

error_log(__FILE__ . " line " . __LINE__);
error_log(__FILE__ . " line " . __LINE__ . ' REQUEST=' . json_encode($_REQUEST));
// Get all request headers
$headers = getallheaders();
$token = '';
Expand Down

0 comments on commit d538de5

Please sign in to comment.