Fixes to check path names properly

This commit is contained in:
moodler
2004-09-29 05:33:00 +00:00
parent c99c3dac32
commit b77f5e7a06
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@
require_variable($module);
$module = clean_filename($module);
require_once("$CFG->dirroot/mod/$module/lib.php");