MDL-21249 improved php docs and adding direct access prevention in core libs
This commit is contained in:
+6
-3
@@ -18,11 +18,14 @@
|
||||
/**
|
||||
* Recourse module like helper functions
|
||||
*
|
||||
* @package moodlecore
|
||||
* @copyright 2009 Petr Skoda (http://skodak.org)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package core
|
||||
* @subpackage lib
|
||||
* @copyright 2009 Petr Skoda (http://skodak.org)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/** Try the best way */
|
||||
define('RESOURCELIB_DISPLAY_AUTO', 0);
|
||||
/** Display using object tag */
|
||||
|
||||
Reference in New Issue
Block a user