Tag: patch
Siteframe 5.0.6
This is an *URGENT SECURITY FIX*
This version contains a fix for a SQL injection vulnerability described in http://web.nvd.nist.gov/view/vuln/detail;jsessionid=af81266195ea20a37ffde855eb6f?execution=e1s1 . The vulnerability affects all Siteframe Beaumont releases 5.0.5 and prior (but only if URL rewriting is not used).
This release is recommended for ALL Siteframe Beaumont users.
0 comment(s)
/ glen
/ Downloads
/ on November 17, 2008 at 07:20
Patch for mail.php in v5.0.2
Bug: A syntax error prevents mail.php from displaying.
File: mail.php
Fix:
-Find line 50:
$PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title());
-Replace with:
$PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title()));
1 comment(s)
/ cglusky
/ cglusky's dev notes
/ on February 23, 2006 at 11:28
