19 lines
607 B
PHP
19 lines
607 B
PHP
![]() |
<?php
|
|||
|
/*
|
|||
|
****************************************************************************************************
|
|||
|
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
|
|||
|
| @ Author : ArslanHassan |
|
|||
|
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com |
|
|||
|
****************************************************************************************************
|
|||
|
*/
|
|||
|
|
|||
|
require_once '../includes/admin_config.php';
|
|||
|
$userquery->admin_login_check();
|
|||
|
$pages->page_redir();
|
|||
|
|
|||
|
|
|||
|
subtitle("Logo Changer");
|
|||
|
|
|||
|
template_files('under_development.html');
|
|||
|
display_it();
|
|||
|
?>
|