move code up one directory
[atutor.git] / documentation / admin / creating_courses.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>\r
2 \r
3 <h2>Creating Courses</h2>\r
4 \r
5 <p>See <a href="../instructor/creating_courses.php">Creating Courses</a> documentation for Instructors.</p>\r
6 \r
7 <p>In addition, administrators have access to the following properties:</p>\r
8 \r
9         <dl>\r
10                 <dt>Course Quota</dt>\r
11                 <dd>Defines the maximum size of a course.  That is, the amount of space each course's file manager can have.</dd>\r
12 \r
13                 <dt>Max File Size</dt>\r
14                 <dd>Defines the maximum size allowed for a file being uploaded to a course's file manager.</dd>\r
15         </dl>\r
16 <p>Note that Max File Size limitations can not be set higher than that allowed in the PHP settings for the system. The maximum allowable upload size can be increased by editing the values of <kbd>upload_max_filesize</kbd> and <kbd>post_max_size</kbd> in the system's <kbd>php.ini</kbd> configuration file.</p>\r
17 <?php require('../common/body_footer.inc.php'); ?>