clipbucket/upload/admin_area/index.php
Arslan Hassan 3068c712e3 Added : Admin Home Blocks
ADded : Widgetized Admin Home blocks
2012-08-08 12:42:45 +00:00

24 lines
No EOL
663 B
PHP
Raw Blame History

<?php
/*
*****************************************************************
| Copyright (c) 2007-2012 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan |
| @ Software : ClipBucket , <20> 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();
?>