MDL-21249 improved php docs and adding direct access prevention in core libs
This commit is contained in:
+6
-3
@@ -18,11 +18,14 @@
|
||||
/**
|
||||
* uploadlib.php - This class handles all aspects of fileuploading
|
||||
*
|
||||
* @package moodlecore
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package core
|
||||
* @subpackage file
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
* This class handles all aspects of fileuploading
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user