Support Forums
ATutor Bug Reports
1.5.1 Bug Fix Patches
You must be signed-in to post.
| Author | Subject | |
|---|---|---|
| Page: 1 | ||
joel![]() | Subject: 1.5.1 Bug Fix Patches | |
| Those using ATutor prior to 1.5.2 are encouraged to patch their installations with the following changes: 1) place if (!defined('AT_INCLUDE_PATH')) { exit; } at the top of include/html/forum.inc.php 2) add the lines: else { $section = 'general'; } a) starting at line 53 in documentation/common/body_header.inc.php b) and at line 32 in documentation/common/print.php 3) a) remove <?php echo $_base_href; ?> from line 31 in admin/translate.php b) add if (!defined('AT_INCLUDE_PATH')) { exit; } to the top of include/html/editor_tabs/news.inc.php c) replace echo $_GET['p']; with echo preg_replace('/[^a-zA-Z0-9_.]*/i', '', $_GET['p']); in line 86 of documentation/add_note.php Posted: 2005-10-26 11:39:21 | ||
| Page: 1 | ||
You must be signed-in to post.


