clipbucket/upload/admin_area/statistics.php
2013-10-07 12:17:06 +00:00

17 lines
No EOL
502 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();
$userquery->login_check('web_config_access');
template_files('under_development.html');
display_it();
?>