15 lines
548 B
PHP
15 lines
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();
|
||
|
?>
|