Changeset 12100


Ignore:
Timestamp:
2007/04/04 23:25:34 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/security/security.php

    r12099 r12100  
    101101    $inst_inc = DATA_PATH . 'install.inc'; 
    102102    if(file_exists($inst_inc)) { 
    103         if($fp = fopen($inst_inc)) { 
     103        if($fp = fopen($inst_inc, "r")) { 
    104104            $data = fread($fp, filesize($inst_inc)); 
    105105            fclose($fp); 
Note: See TracChangeset for help on using the changeset viewer.