mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
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:
parent
05efb0e52f
commit
03f3db97c3
@ -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();
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user