remove old readme
[atutor.git] / mods / _core / enrolment / admin / enroll_edit.php
1 <?php
2 /****************************************************************/
3 /* ATutor                                                                                                               */
4 /****************************************************************/
5 /* Copyright (c) 2002-2010                                      */
6 /* Inclusive Design Institute                                   */
7 /* http://atutor.ca                                                                                             */
8 /*                                                              */
9 /* This program is free software. You can redistribute it and/or*/
10 /* modify it under the terms of the GNU General Public License  */
11 /* as published by the Free Software Foundation.                                */
12 /****************************************************************/
13 // $Id$
14 define('AT_INCLUDE_PATH', '../../../../include/');
15 require(AT_INCLUDE_PATH.'vitals.inc.php');
16
17 admin_authenticate(AT_ADMIN_PRIV_ENROLLMENT);
18
19 $course_id = intval($_REQUEST['course_id']);
20
21 require(AT_INCLUDE_PATH.'../mods/_core/enrolment/html/enroll_edit.inc.php');
22 exit;
23 ?>