Making sure header.php can't be called by itself

This commit is contained in:
Martin Dougiamas
2010-06-01 03:32:37 +00:00
parent e595058242
commit fa2edb63cf
+2
View File
@@ -1,5 +1,7 @@
<?php //$Id$
defined('MOODLE_INTERNAL') || die();
/// Sets up blocks and navigation for index.php
require_once($CFG->dirroot .'/blog/lib.php');