1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-31 05:52:51 +02:00
2018-07-25 14:11:10 +08:00

9 lines
165 B
PHP

<?php
require_once("../../config.php");
require_login();
$PAGE->set_context(context_system::instance());
print_error('assignmentneedsupgrade', 'assignment', '');