Changeset 4614 for trunk/core/config/ini.config.php
- Timestamp:
- 09/06/10 21:52:15 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/config/ini.config.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/config/ini.config.php
r4599 r4614 104 104 } 105 105 106 107 106 # when ini_filename exists, get old config array 108 107 if(is_file($ini_filename) === true) … … 115 114 else 116 115 { 117 118 116 # create file 119 117 touch($ini_filename); … … 215 213 { 216 214 # check ini_filename exists 217 if(is_file($filename) === false )215 if(is_file($filename) === false or is_readable($filename) === false) 218 216 { 219 217 throw new Clansuite_Exception('File not found: '.$filename, 4);
Note: See TracChangeset
for help on using the changeset viewer.
