48b29ba423
other libraries
15 lines
267 B
PHP
15 lines
267 B
PHP
<?php //$Id$
|
|
|
|
require_once('../../config.php');
|
|
|
|
require_variable($error);
|
|
|
|
print_header(get_string('error'),
|
|
get_string('error'),
|
|
get_string('error') );
|
|
|
|
echo clean_text(urldecode($error));
|
|
|
|
print_footer();
|
|
?>
|