Cleanup useless doc

This commit is contained in:
Pierre Rudloff 2016-08-01 14:07:56 +02:00 committed by GitHub
parent d99a31c7ac
commit 064a5de3c0
1 changed files with 1 additions and 14 deletions

View File

@ -1,17 +1,4 @@
<?php
/**
* PHP web interface for youtube-dl (http://rg3.github.com/youtube-dl/)
* Index page
*
* PHP Version 5.3.10
*
* @category Youtube-dl
* @package Youtubedl
* @author Pierre Rudloff <contact@rudloff.pro>
* @author Olivier Haquette <contact@olivierhaquette.fr>
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
* @link http://rudloff.pro
* */
<?php
require_once __DIR__.'/vendor/autoload.php';
use Alltube\VideoDownload;
use Alltube\Controller\FrontController;