clipbucket/upload/watch_video.php

20 lines
482 B
PHP
Raw Normal View History

2013-10-07 12:17:06 +00:00
<?php
/**
2016-02-26 08:32:16 +00:00
* File: watch_video
* Description: FIle used to display watch video page
* @author: Arslan Hassan, Saqib Razzaq
* @since: 2007
* @website: clip-bucket.com
* @modified: Feb 26, 2016 ClipBucket 2.8.1 [ Saqib Razzaq ]
*/
define("THIS_PAGE",'watch_video');
define("PARENT_PAGE",'videos');
require 'includes/config.inc.php';
global $hlp;
$userquery->perm_check('view_video',true);
$pages->page_redir();
$hlp->watch_video();
display_it();
2013-10-07 12:17:06 +00:00
?>