Changeset 213 for trunk/system/generators/generate.php
- Timestamp:
- May 10, 2009, 12:30:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/generators/generate.php
r197 r213 18 18 if($Command != '') 19 19 { 20 //exec($Command, $Output);21 echo($Command."\n");22 sleep(5);20 exec($Command, $Output); 21 //echo($Command."\n"); 22 //sleep(5); 23 23 } 24 24 //echo("Done\n");
Note:
See TracChangeset
for help on using the changeset viewer.