Files
moodle/blocks/rss_client/block_rss_client_error.php
T

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();
?>