Changeset 225 for trunk/trax/trax.php
- Timestamp:
- 06/21/06 10:35:26 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/trax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/trax.php
r201 r225 159 159 chmod($dst_path . $src_file, 0666); 160 160 } 161 162 // Generator needs to be executable 163 if ($src_file == 'generate.php') { 164 chmod($dst_path . $src_file, 0754); 165 } 166 161 167 echo "$dst_path$src_file created\n"; 162 168 } else {
