15 lines
268 B
PHP
15 lines
268 B
PHP
<?php //$Id$
|
|
|
|
require_once('../../config.php');
|
|
|
|
require_variable($error);
|
|
|
|
print_header(get_string('error'),
|
|
get_string('error'),
|
|
get_string('error') );
|
|
|
|
print clean_text(urldecode($error));
|
|
|
|
print_footer();
|
|
?>
|