Ignore:
Timestamp:
09/06/10 21:52:15 (21 months ago)
Author:
vain
Message:
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/config/ini.config.php

    r4599 r4614  
    104104        } 
    105105 
    106  
    107106        # when ini_filename exists, get old config array 
    108107        if(is_file($ini_filename) === true) 
     
    115114        else 
    116115        { 
    117  
    118116            # create file 
    119117            touch($ini_filename); 
     
    215213    { 
    216214        # check ini_filename exists 
    217         if(is_file($filename) === false) 
     215        if(is_file($filename) === false or is_readable($filename) === false) 
    218216        { 
    219217            throw new Clansuite_Exception('File not found: '.$filename, 4); 
Note: See TracChangeset for help on using the changeset viewer.