Files
moodle/blocks/rss_client/block_rss_client_error.php
T
2005-01-21 03:20:56 +00:00

15 lines
279 B
PHP

<?php //$Id$
require_once('../../config.php');
global $USER, $CFG;
require_variable($error);
print_header(get_string('error'),
get_string('error'),
get_string('error') );
print urldecode($error);
print_footer();
?>