|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
require_once("../../config.php");
|
|
|
4 |
|
|
|
5 |
require_login();
|
|
|
6 |
$PAGE->set_context(context_system::instance());
|
|
|
7 |
|
|
|
8 |
throw new \moodle_exception('assignmentneedsupgrade', 'assignment', '');
|