clipbucket/upload/admin_area/edit_member.php
2013-10-07 12:17:06 +00:00

14 lines
No EOL
543 B
PHP

<?php
/*
****************************************************************************************************
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved. |
| @ Author : ArslanHassan |
| @ Software : ClipBucket , © PHPBucket.com |
****************************************************************************************************
*/
require'../includes/admin_config.php';
$userquery->admin_login_check();
header('location:view_user.php?uid='.$_GET['uid']);
?>