clipbucket/upload/admin_area/statistics.php

17 lines
502 B
PHP
Raw Normal View History

2009-12-25 19:26:02 +00:00
<?php
/*
*******************************************************************
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan
| @ Software : ClipBucket , © PHPBucket.com
*******************************************************************
2009-12-25 19:26:02 +00:00
*/
require'../includes/admin_config.php';
$userquery->admin_login_check();
$userquery->login_check('web_config_access');
2009-12-25 19:26:02 +00:00
template_files('under_development.html');
display_it();
?>