Autoload in redirect too
This commit is contained in:
parent
c79cd21d74
commit
29fbf2ac06
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@
|
|||
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
|
||||
* @link http://rudloff.pro
|
||||
* */
|
||||
use Alltube\VideoDownload;
|
||||
require_once 'common.php';
|
||||
require_once 'download.php';
|
||||
if (isset($_GET["url"])) {
|
||||
try {
|
||||
$video = VideoDownload::getURL($_GET["url"]);
|
||||
|
|
Loading…
Reference in a new issue