clipbucket/upload/index.php
Arslan Hassan 6a3e874a29 Added : Video Flags Manager
Updated : Javascript
Fixed : Mysql ASSOC list only
2012-07-25 19:02:56 +00:00

26 lines
No EOL
588 B
PHP

<?php
/*
***************************************************************
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan
| @ Software : ClipBucket , © PHPBucket.com
****************************************************************
*/
define('THIS_PAGE','index');
require 'includes/config.inc.php';
$pages->page_redir();
if(is_installed('editorspick'))
{
assign('editor_picks',get_ep_videos());
}
//i love coding :)
//Displaying The Template
template_files('index.html');
display_it();
?>