From 095599e8e74853babe1ada641a413684dcc3eca7 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 19 Apr 2015 13:16:54 +0200 Subject: [PATCH] Missing include --- json.php | 1 + youtube-dl | Bin 2 files changed, 1 insertion(+) mode change 100644 => 100755 youtube-dl diff --git a/json.php b/json.php index 3c02e2c..9131fde 100644 --- a/json.php +++ b/json.php @@ -11,6 +11,7 @@ * @license GNU General Public License http://www.gnu.org/licenses/gpl.html * @link http://rudloff.pro * */ +require_once 'common.php'; require_once 'download.php'; if (isset($_GET["url"])) { header('Content-Type: application/json'); diff --git a/youtube-dl b/youtube-dl old mode 100644 new mode 100755