mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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 changed files with 0 additions and 13 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue