Added a new defined constant to moodlelib.php, to be used by scripts with

php extensions that should not be called directly.  See SC19

Constant:   MOODLE_INTERNAL
This commit is contained in:
moodler
2004-12-12 04:30:57 +00:00
parent 470dda0aa9
commit b86e528be4
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
<?php defined('MOODLE_INTERNAL') or die('Direct access to this script is forbidden.'); ?>
<script language="JavaScript" type="text/javascript"
src="<?php echo "$CFG->wwwroot/lib/overlib.js" ?>"></script>