phpBMS

Ticket #31: install_svn.php.diff

File install_svn.php.diff, 0.7 KB (added by jceh, 6 years ago)
  • home/johnny/public_html/phpbms/install/install.php

     
    3737        function showModules(){ 
    3838                $thedir= @ opendir("../modules/"); 
    3939                while($entry=readdir($thedir)) 
    40                         if($entry!="base" and $entry!="." and $entry !=".." and is_dir("../modules/".$entry)) 
     40                        if($entry!="base" and $entry!="." and $entry !=".." and is_dir("../modules/".$entry) and $entry!=".svn") 
    4141                                echo "<option value=\"".$entry."\">".$entry."</option>"; 
    4242                 
    4343        } 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.