clipbucket/upload/admin_area/statistics.php
Arslan Hassan 176ae5c3ad Optimized MYSQL QUERIES - reduced from 100 to 20
FIXED : admin area access
ADDED : new permissions
2010-01-15 15:38:47 +00:00

16 lines
No EOL
468 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->login_check('web_config_access');
template_files('under_development.html');
display_it();
?>