Changeset 227 for trunk/trax/trax.php
- Timestamp:
- 07/09/06 14:53:36 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/trax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/trax.php
r225 r227 160 160 } 161 161 162 // Generator needs to be executable163 if ($src_file == 'generate.php' ) {162 // Generator & Console needs to be executable 163 if ($src_file == 'generate.php' || $src_file == 'console.php') { 164 164 chmod($dst_path . $src_file, 0754); 165 } 165 } 166 166 167 167 echo "$dst_path$src_file created\n";
