Skip to content

Commit

Permalink
moved a comment to it's real location
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolahzary committed Feb 5, 2014
1 parent 681b034 commit b9cd455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getvideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
//
// Takes a VideoID and outputs a list of formats in which the video can be
// downloaded
// if not, some servers will show this php warning: header is already set in line 46...

include_once('config.php');
ob_start();
ob_start();// if not, some servers will show this php warning: header is already set in line 46...

function clean($string) {
$string = str_replace(' ', '-', $string); // Replaces all spaces with hyphens.
Expand Down

0 comments on commit b9cd455

Please sign in to comment.