mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Changed required templib.php to rsslib.php. This will, at least, allow to
install and use 1.5dev. Not completely, but usable...
This commit is contained in:
parent
e525e3d32f
commit
f516e2b9cf
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require_once('../../config.php');
|
||||
global $USER, $CFG;
|
||||
require($CFG->dirroot .'/rss/templib.php');
|
||||
require($CFG->dirroot .'/rss/rsslib.php');
|
||||
|
||||
require_login();
|
||||
|
||||
|
@ -169,4 +169,4 @@
|
|||
}
|
||||
|
||||
print_footer();
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue