mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Using absolute path name.
This commit is contained in:
parent
2fc1ec6647
commit
948511e890
@ -3,7 +3,7 @@
|
||||
/// Library of functions and constants for module scorm
|
||||
/// (replace scorm with the name of your module and delete this line)
|
||||
|
||||
require_once('xml2array.class.php');
|
||||
include_once($CFG->dirroot.'/mod/scorm/xml2array.class.php');
|
||||
|
||||
define('VALUESCOES', '0');
|
||||
define('VALUEHIGHEST', '1');
|
||||
|
Loading…
x
Reference in New Issue
Block a user