made a copy
[atutor.git] / admin / profile_picture.php
1 <?php\r
2 /************************************************************************/\r
3 /* ATutor                                                                                                                               */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/\r
6 /* Adaptive Technology Resource Centre / University of Toronto                  */\r
7 /* http://atutor.ca                                                                                                             */\r
8 /*                                                                                                                                              */\r
9 /* This program is free software. You can redistribute it and/or                */\r
10 /* modify it under the terms of the GNU General Public License                  */\r
11 /* as published by the Free Software Foundation.                                                */\r
12 /************************************************************************/\r
13 // $Id: profile_picture.php 6850 2007-03-06 19:35:37Z joel $\r
14 define('AT_INCLUDE_PATH', '../include/');\r
15 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
16 admin_authenticate(AT_ADMIN_PRIV_USERS);\r
17 \r
18 $member_id = intval($_GET['member_id']);\r
19 \r
20 require(AT_INCLUDE_PATH.'html/profile_picture.inc.php'); ?>