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