clipbucket/upload/admin_area/index.php
Arslan Hassan 20a58a500c Fixed : Youtube Embed duration
Fixed : Youtube video plays in Pakplayer , IFRAM works now
Fixed : flvtool++ path fix in main.html
Fixed : Get Comments for Admin
2011-02-21 11:17:54 +00:00

23 lines
No EOL
741 B
PHP

<?php
/*
****************************************************************************************************
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved. |
| @ Author : ArslanHassan |
| @ Software : ClipBucket , © PHPBucket.com |
****************************************************************************************************
*/
require'../includes/admin_config.php';
$userquery->admin_login_check();
// $latest = get_latest_cb_info();
$Cbucket->cbinfo['latest'] = $latest;
if($Cbucket->cbinfo['version'] < $Cbucket->cbinfo['latest']['version'])
$Cbucket->cbinfo['new_available'] = true;
template_files('index.html');
display_it();
?>