MDL-21249 improved php docs and adding copyright blocks in mod/folder

This commit is contained in:
Petr Skoda
2010-07-25 11:12:16 +00:00
parent 9516942ac6
commit 9fe1fbcccb
19 changed files with 107 additions and 61 deletions
+5 -6
View File
@@ -18,14 +18,13 @@
/**
* Folder configuration form
*
* @package mod-folder
* @copyright 2009 Petr Skoda (http://skodak.org)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
if (!defined('MOODLE_INTERNAL')) {
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
}
defined('MOODLE_INTERNAL') || die();
require_once ($CFG->dirroot.'/course/moodleform_mod.php');