Changeset 214

Show
Ignore:
Timestamp:
01/03/07 19:51:06 (2 years ago)
Author:
Gregor
Message:

init.php: Slightly more sane defaults for sources/ dir :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dsss-smi/init.php

    r213 r214  
    1414// make the sources dir 
    1515mkdir("sources"); 
    16 chmod("sources", 0700); 
     16chmod("sources", 0755); 
    1717 
    1818print "Done.";