MDL-16413 admin/report/question no longer needed in head since we no longer support upgrades from before 1.9
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php // $Id$
|
||||
|
||||
require_once('../../../config.php');
|
||||
require_once($CFG->libdir.'/adminlib.php');
|
||||
|
||||
admin_externalpage_setup('reportquestion');
|
||||
|
||||
admin_externalpage_print_header();
|
||||
print_heading(get_string('adminreport', 'question'));
|
||||
|
||||
print_box(get_string('noprobs', 'question'), 'boxwidthnarrow boxaligncenter generalbox');
|
||||
admin_externalpage_print_footer();
|
||||
?>
|
||||
Reference in New Issue
Block a user