Skip to content

Commit

Permalink
https://github.com/DanielnetoDotCom/YouPHPTube/issues/1595
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Mar 27, 2019
1 parent be3fe00 commit e5565c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Live/on_publish.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
$obj = new stdClass();
$obj->error = true;

error_log("NGINX ON Publish POST: ".json_encode($_POST));
error_log("NGINX ON Publish GET: ".json_encode($_GET));
// get GET parameters
$url = $_POST['tcurl'];
if (empty($url)) {
Expand Down

0 comments on commit e5565c4

Please sign in to comment.