df245e9da90edfd89e8c46d7e328a000425419b8
[atutor.git] / mods / atutor_opencaps / index_admin.php
1 <?php\r
2 /****************************************************************/\r
3 /* Atutor-OpenCaps Module                                               \r
4 /****************************************************************/\r
5 /* Copyright (c) 2010                           \r
6 /* Written by Antonio Gamba                                             \r
7 /* Adaptive Technology Resource Centre / University of Toronto\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 \r
14 define('AT_INCLUDE_PATH', '../../include/');\r
15 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
16 admin_authenticate(AT_ADMIN_PRIV_OPEN_CAPS);\r
17 require (AT_INCLUDE_PATH.'header.inc.php');\r
18 ?>\r
19 \r
20 <p>Please login as an instructor to access this module</p>\r
21 \r
22 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>\r
23 \r