phpBMS

Show
Ignore:
Timestamp:
01/01/10 23:10:02 (2 years ago)
Author:
brieb
Message:
  • Fixed several SQL injection vulnerabilities
  • Fixed several XSS vulnerabilities due to PHP_SELF and REQUREST_URI
  • Fixed severa path disclosure errors
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/footer.php

    r285 r704  
    1 <?php if($phpbms->showFooter) {?> 
     1<?php 
     2    if(!isset($phpbms)) 
     3        exit(); 
     4 
     5    if($phpbms->showFooter) 
     6{?> 
    27<div id="footer"> 
    38        <p id="footerAbout"><a href="http://www.phpbms.org" target="_blank">phpBMS</a> By <a href="http://www.kreotek.com" target="_blank">Kreotek, LLC</a></p> 
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.