Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-02-28 13:27:26 -05:00
commit d47fc41082
2 changed files with 5 additions and 14 deletions

View file

@ -73,7 +73,7 @@ echo " *** Directory Setup ***\n";
foreach (array('baseFilesDir', 'storageDir') as $d) {
$test = file_exists($CC_CONFIG[$d]);
if ( $test === FALSE ) {
@mkdir($CC_CONFIG[$d], 02775);
@mkdir($CC_CONFIG[$d], 02775, true);
if (file_exists($CC_CONFIG[$d])) {
$rp = realpath($CC_CONFIG[$d]);
echo " * Directory $rp created\n";