clipbucket/upload/admin_area/statiscts.php
2009-12-25 19:26:02 +00:00

15 lines
No EOL
548 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();
template_files('under_development.html');
display_it();
?>