17 lines
502 B
PHP
17 lines
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();
|
||
|
?>
|