Skip to content

Commit

Permalink
2323
Browse files Browse the repository at this point in the history
  • Loading branch information
surya432 committed Apr 22, 2020
1 parent dea4b37 commit 52fd55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/curl_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function GoogleDrive($gid)
$iframeid = my_simple_crypt($gid);
//$title = gdTitle($gid);
//$img = gdImg($gdurl);
$streaming_vid = Drive($gid, "2");

// $streaming_vid = Drive($gid, "2");
$streaming_vid= file_get_contents( "https://player.nontonindrama.com/drive/getDataWebLink/" . $gid);
if (empty($streaming_vid) || is_null($streaming_vid) || $streaming_vid == "Error") {
$streaming_vid = Drive($gid, "1");
if (empty($streaming_vid) || is_null($streaming_vid) || $streaming_vid == "Error") {
Expand Down

0 comments on commit 52fd55d

Please sign in to comment.